BUG-14986 Authorization Bypass via Forceful Browsing IMPROVEMENT

This commit is contained in:
Marco Antonio Nina
2014-07-03 16:37:24 -04:00
parent 2cdd7c1a02
commit b4ff11ddec

View File

@@ -1,4 +1,6 @@
<?php
global $RBAC;
$RBAC->requirePermissions( 'PM_USERS' );
//calculating the max upload file size;
$POST_MAX_SIZE = ini_get( 'post_max_size' );