phpBMS

Changeset 727 for trunk/phpbms/include

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
Location:
trunk/phpbms/include
Files:
2 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 ?> 
  • trunk/phpbms/include/tables.php

    r703 r727  
    822822                    case "save": 
    823823 
     824                        if(!hasRights($this->editroleid)) 
     825                            goURL(APP_PATH."noaccess.php"); 
     826                             
    824827                        $variables = $this->prepareVariables($_POST); 
    825828                        $errorArray = $this->verifyVariables($variables); 
phpBMS vulnerability assesment provided by Orvant Inc. Copyright © 2010 Kreotek, LLC. All Rights reserved.