-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoscript.php
More file actions
20 lines (20 loc) · 744 Bytes
/
noscript.php
File metadata and controls
20 lines (20 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php
require $_SERVER['DOCUMENT_ROOT']."/scripts/functions.php";
logout();
exit;
?>
<!DOCTYPE html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="Mon, 22 Jul 2002 11:12:01 GMT" />
<meta name="robots" content="noindex" />
<meta name="robots" content="nofollow" />
</head>
<body>
<h1>JavaScript Error!!!</h1>
<p>You do not have JavaScript Enabled in your browser. JavaScript MUST be enabled in your browser in order to use this web application!!! Please Enable JavaScript and retry your
querry. As a precaution, your session has been destroyed. If you were logged in, you will need
to log in again.</p>
</body>
</html>