Index: branches/unlabeled/unlabeled-1.5.32/admin/backup/backup3.php =================================================================== diff -u -r3561 -r5359 --- branches/unlabeled/unlabeled-1.5.32/admin/backup/backup3.php (.../backup3.php) (revision 3561) +++ branches/unlabeled/unlabeled-1.5.32/admin/backup/backup3.php (.../backup3.php) (revision 5359) @@ -6,6 +6,7 @@ define('FULL_PATH', realpath(dirname(__FILE__) . str_repeat('/..', $relation_level) ) ); require_once FULL_PATH.'/kernel/startup.php'; // new startup: end +checkViewPermission('in-portal:backup'); $pathtolocal = $pathtoroot."kernel/"; require_once ($pathtoroot."admin/include/elements.php");