BUG-14986 Authorization Bypass via Forceful Browsing IMPROVEMENT

This commit is contained in:
Marco Antonio Nina
2014-06-20 16:08:47 -04:00
parent 542aba432f
commit 2cdd7c1a02
11 changed files with 32 additions and 0 deletions

View File

@@ -23,6 +23,8 @@
*/
//$oHeadPublisher = & headPublisher::getSingleton();
global $RBAC;
$RBAC->requirePermissions( 'PM_FACTORY' );
G::loadClass( 'configuration' );
$conf = new Configurations();