From 7c3f9e6ee145ff5886e5b2a97accb224d5438b22 Mon Sep 17 00:00:00 2001 From: "cn.yimian.xyz" Date: Fri, 19 Jun 2020 17:43:13 +0800 Subject: [PATCH] works --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index e6e711d..e615265 100644 --- a/index.php +++ b/index.php @@ -4,7 +4,7 @@ include './functions.php'; Header("HTTP/1.1 301 Moved Permanently"); -echo 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING']; +//echo 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'].'?'.$_SERVER['QUERY_STRING']; if(!isset($_REQUEST['s'])) { Header("Location: https://www.eee.dog/");