phpBMS

Changeset 196 for trunk/phpbms/index.php

Show
Ignore:
Timestamp:
03/02/07 09:52:16 (5 years ago)
Author:
brieb
Message:

Implemented demonstration enabling setting.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/index.php

    r193 r196  
    8181                </p> 
    8282        </div> 
    83  
     83        <?php if($_SESSION["demo_enabled"]=="true"){?> 
     84        <div id="demobox" class="bodyline"> 
     85                <h2>Demonstration Mode Enabled</h2> 
     86                <p> 
     87                        Use the following user credentials to log into phpBMS. Each user  
     88                        highlights a different security access level. 
     89                </p> 
     90                <dl> 
     91                        <dt>Shipping Personnel</dt> 
     92                        <dd> 
     93                                username: shipping<br /> 
     94                                password: shipping 
     95</dd> 
     96                        <dt>Sales Personnel</dt> 
     97                        <dd>username: sales<br /> 
     98                        password: sales</dd> 
     99                        <dt>Sales Manager</dt> 
     100                        <dd>username: salesmanager<br /> 
     101                                password: salesmanager 
     102                     </dd> 
     103                </dl> 
     104        </div> 
     105        <?php } ?> 
    84106</body> 
    85107</html> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.