[ticket/239] Disable uploading portal modules for now

B3P-239
This commit is contained in:
Marc Alexander
2014-06-09 15:05:33 +02:00
parent 275bd7c9c6
commit 9712518f2b
2 changed files with 1 additions and 11 deletions

View File

@@ -28,7 +28,7 @@ class portal_info
'modes' => array(
'config' => array('title' => 'ACP_PORTAL_GENERAL_INFO', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')),
'modules' => array('title' => 'ACP_PORTAL_MODULES', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')),
'upload_module' => array('title' => 'ACP_PORTAL_UPLOAD', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')),
//'upload_module' => array('title' => 'ACP_PORTAL_UPLOAD', 'auth' => 'acl_a_manage_portal', 'cat' => array('ACP_PORTAL')),
),
);
}