Browse Source

fix error

liuyuqi-dellpc 1 year ago
parent
commit
9170497ec9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      index.php

+ 1 - 2
index.php

@@ -1,3 +1,2 @@
 <?php
-$param = $_SERVER['QUERY_STRING'];
-header("Location: http://fileshare.takegpt.cn".parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH)."?".$param);
+header("Location: http://fileshare.takegpt.cn".$_SERVER['REQUEST_URI']);