add remove on index
This commit is contained in:
10
index.php
10
index.php
@@ -1,7 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<?php session_start(); ?>
|
||||
<?php session_start();
|
||||
if($_SESSION[Student_ID]){
|
||||
die("<script>\nwindow.location.href = \"https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MjM5NzY1MjYyMg==&scene=124#wechat_redirect\";\n</script>")
|
||||
}
|
||||
?>
|
||||
<html>
|
||||
|
||||
<script>
|
||||
window.location.href = "https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MjM5NzY1MjYyMg==&scene=124#wechat_redirect";
|
||||
</script>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
|
||||
Reference in New Issue
Block a user