-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstop.php
39 lines (36 loc) · 856 Bytes
/
stop.php
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
<?
require_once("mainfile.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?=WEB_URL;?>-STOP</title>
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="stylesheet" href="css/template_css.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html;" />
</head>
<body>
<p> </p>
<table width="650" align="center" style="background-color: #ffffff; border: 1px solid">
<tr>
<td width="70%" height="110" align="center">
<img src="images/stop.jpg" alt="stop" align="middle" />
</td>
</tr>
<tr>
<td align="center">
<h1>
<?=WEB_URL;?>
</h1>
</td>
</tr>
<tr>
<td width="80%" align="center">
<h2>
<?php echo _IP_WARNS; ?>
</h2>
</td>
</tr>
</table>
</body>
</html>