This commit is contained in:
wangjinlei
2022-10-24 18:03:04 +08:00
parent ef667030bb
commit 8f4a3b4e75
4 changed files with 155 additions and 6 deletions

View File

@@ -593,7 +593,7 @@ class Main extends Controller {
$frag = 'https://www.tmrjournals.com/stages.html?J_num=1';
break;
}
echo "<script>location.href='$frag'</script>";
Header("Location: $frag");
}
public function manman($type){
@@ -624,7 +624,7 @@ class Main extends Controller {
$frag = 'https://www.tmrjournals.cn/article.html?J_num=17&a_id=1027';
break;
}
echo "<script>location.href='$frag'</script>";
Header("Location: $frag");
}
/**