From 66e88da45e42520713111402f17a99779d894981 Mon Sep 17 00:00:00 2001 From: Habu Date: Sun, 18 Mar 2018 18:46:46 +0900 Subject: [PATCH] =?utf8?q?[modify]REQUEST=5FURI=E3=82=92SCRIPT=5FNAME?= =?utf8?q?=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- score_ranking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/score_ranking.php b/score_ranking.php index 51cb398..4bb0a21 100644 --- a/score_ranking.php +++ b/score_ranking.php @@ -47,7 +47,7 @@ function print_navi_page_table($pageinfo) { if (count($pageinfo['navi_list']) <= 1) return; - $href_base = preg_replace('/(&?start=\w+)/', '', filter_input(INPUT_SERVER, 'REQUEST_URI')); + $href_base = preg_replace('/(&?start=\w+)/', '', filter_input(INPUT_SERVER, 'SCRIPT_NAME')); if (strpos($href_base, "?") === FALSE) { $href_base .= "?"; } -- 2.11.0