mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 15:27:42 +02:00
[ticket/15699] Update acp_storage
PHPBB3-15699
This commit is contained in:
@@ -91,14 +91,17 @@ class acp_storage
|
|||||||
*/
|
*/
|
||||||
$phpbb_dispatcher->trigger_event('core.acp_storage_load');
|
$phpbb_dispatcher->trigger_event('core.acp_storage_load');
|
||||||
|
|
||||||
$this->overview($id, $mode);
|
@ini_set('memory_limit', '128M');
|
||||||
|
|
||||||
|
switch ($mode)
|
||||||
|
{
|
||||||
|
case 'settings':
|
||||||
|
$this->settings($id, $mode);
|
||||||
|
break;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
public function settings($id, $mode)
|
||||||
* @param string $id
|
|
||||||
* @param string $mode
|
|
||||||
*/
|
|
||||||
public function overview($id, $mode)
|
|
||||||
{
|
{
|
||||||
$form_key = 'acp_storage';
|
$form_key = 'acp_storage';
|
||||||
add_form_key($form_key);
|
add_form_key($form_key);
|
||||||
|
Reference in New Issue
Block a user