Merge pull request #2493 from marcoAntonioNina/BUG-14986

BUG-14986 Authorization Bypass via Forceful Browsing IMPROVEMENT
This commit is contained in:
julceslauhub
2014-07-03 16:44:19 -04:00

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' );