mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 05:18:52 +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');
|
$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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue