mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/15699] Update acp_storage
PHPBB3-15699
This commit is contained in:
parent
5e8bc99697
commit
8f7e5fec0b
1 changed files with 9 additions and 6 deletions
|
@ -91,14 +91,17 @@ class acp_storage
|
|||
*/
|
||||
$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;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @param string $id
|
||||
* @param string $mode
|
||||
*/
|
||||
public function overview($id, $mode)
|
||||
public function settings($id, $mode)
|
||||
{
|
||||
$form_key = 'acp_storage';
|
||||
add_form_key($form_key);
|
||||
|
|
Loading…
Add table
Reference in a new issue