[ticket/429] Remove upload module

It is no longer functional and does not fit the idea of extensions.

B3P-429
This commit is contained in:
Marc Alexander
2014-12-01 14:41:49 +01:00
parent d7f7e66b17
commit fa6c211a87
10 changed files with 4 additions and 519 deletions

View File

@@ -19,11 +19,10 @@ class portal_info
return array(
'filename' => '\board3\portal\acp\portal_module',
'title' => 'ACP_PORTAL',
'version' => '2.0.0b2',
'version' => '2.0.1-rc1',
'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')),
),
);
}