-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy patherror.php
More file actions
47 lines (37 loc) · 873 Bytes
/
error.php
File metadata and controls
47 lines (37 loc) · 873 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?php
header("location: index.php");
die();
?>
<html>
<head>
<title>STI Online Grade Inquiry | STI College - General Santos City</title>
<link rel="stylesheet" href="css/main.css" type="text/css" media="screen" />
</head>
<body>
<div id="main">
<div id="header"></div>
<div>
<br>
<br>
<br>
<br>
<br>
<table width="800" border="0">
<tr>
<td> </td>
<td width="300" valign="middle"><div class="loginbox">
<div align="center" class="loginboxtitle">Login </div>
<br>
You will be redirected
</div></td>
<td> </td>
</tr>
</table>
<br style="clear: left">
</div>
<div id="content">
</div>
<div class="footer">Copyright © 2014. STI College - General Santos City. All Rights Reserved.</div>
</div>
</body>
</html>