Deleted GET from admin_statistics
This commit is contained in:
parent
a7c3aaa39d
commit
56223363a4
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ if (!$pun_user['is_admmod'])
|
|||
// Load the admin_index.php language file
|
||||
require PUN_ROOT.'lang/'.$admin_language.'/admin_index.php';
|
||||
|
||||
$action = isset($_GET['action']) ? $_GET['action'] : null;
|
||||
$action = $container->get('Request')->getStr('action', '');
|
||||
|
||||
|
||||
// Show phpinfo() output
|
||||
|
|
Loading…
Reference in a new issue