phpBMS

Changeset 155 for trunk/phpbms/index.php

Show
Ignore:
Timestamp:
10/22/06 15:09:20 (6 years ago)
Author:
mipalmer
Message:

Standardize lowercase php tags

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/index.php

    r145 r155  
    4545<html xmlns="http://www.w3.org/1999/xhtml"> 
    4646<head> 
    47         <title><?PHP echo $_SESSION["application_name"]; ?> - Login Page</title> 
     47        <title><?php echo $_SESSION["application_name"]; ?> - Login Page</title> 
    4848        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
    4949 
     
    5858                        <a href="http://www.phpbms.org" title="phpBMS"><span class="alt">phpBMS</span></a> 
    5959                </h1> 
    60                 <h2><?PHP echo $_SESSION["application_name"];?></h2> 
     60                <h2><?php echo $_SESSION["application_name"];?></h2> 
    6161                <h3>Business Management Web Application</h3> 
    6262                <?php if ($failed) {?><div class="standout" id="failed"><?php echo $failed?></div><?php } ?> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.