phpBMS

Show
Ignore:
Timestamp:
01/07/10 11:16:05 (2 years ago)
Author:
brieb
Message:
  • Added more rights look ups to certain pages
  • Fixed several path disclosure errors
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/phpbms/include/createmodifiedby.php

    r285 r727  
     1<?php if(isset($db) && isset($therecord)){?> 
    12<div id="createmodifiedby" > 
    23        <div id="savecancel2"><?php showSaveCancel(2)?></div> 
     
    67                                <input name="createdby" type="hidden" value="<?php $therecord["createdby"] ?>" /> 
    78                                <input name="creationdate" type="hidden" value="<?php echo formatFromSQLDatetime($therecord["creationdate"]) ?>"/> 
    8                                 created                  
     9                                created 
    910                        </td> 
    1011                        <td><?php echo htmlQuotes($phpbms->getUserName($therecord["createdby"]))?></td> 
     
    2324        </table> 
    2425</div> 
     26<?php }//endif ?> 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.