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/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.