浏览代码

Deleted GET from admin_statistics

Visman 8 年之前
父节点
当前提交
56223363a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      admin_statistics.php

+ 1 - 1
admin_statistics.php

@@ -20,7 +20,7 @@ if (!$pun_user['is_admmod'])
 // Load the admin_index.php language file
 // Load the admin_index.php language file
 require PUN_ROOT.'lang/'.$admin_language.'/admin_index.php';
 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
 // Show phpinfo() output