| Line 1... |
Line -... |
| 1 |
<html>
|
- |
|
| 2 |
<?
|
1 |
<?php
|
| 3 |
$private_ip = "192.168.180.1";
|
2 |
$private_ip = "192.168.182.1";
|
| 4 |
$network_pb = False;
|
3 |
$network_pb = False;
|
| 5 |
$direct_access = False;
|
4 |
$direct_access = False;
|
| 6 |
$diagnostic = "eth0 link down";
|
5 |
$diagnostic = "eth0 link down";
|
| 7 |
$remote_ip = ($_SERVER['REMOTE_ADDR']);
|
6 |
$remote_ip = ($_SERVER['REMOTE_ADDR']);
|
| 8 |
$tab = array();$user = array();
|
7 |
$tab = array();$user = array();
|
| Line 59... |
Line 58... |
| 59 |
$l_password_change_explain = "You should already have an Internet access account.";
|
58 |
$l_password_change_explain = "You should already have an Internet access account.";
|
| 60 |
$l_back_page = "<a href=\"javascript:history.back()\">Previous page</a>";
|
59 |
$l_back_page = "<a href=\"javascript:history.back()\">Previous page</a>";
|
| 61 |
}
|
60 |
}
|
| 62 |
$l_title = ($direct_access ? $l_access_welcome : ($network_pb ? $l_access_unavailable : $l_access_denied));
|
61 |
$l_title = ($direct_access ? $l_access_welcome : ($network_pb ? $l_access_unavailable : $l_access_denied));
|
| 63 |
$l_explain = ($direct_access ? $l_explain_acc_access : ($network_pb ? $l_explain_net_pb : $l_explain_access_deny));
|
62 |
$l_explain = ($direct_access ? $l_explain_acc_access : ($network_pb ? $l_explain_net_pb : $l_explain_access_deny));
|
| 64 |
|
- |
|
| - |
|
63 |
header("Cache-Control: no-cache, must-revalidate"); // HTTP/1.1
|
| 65 |
echo "<head><title>ALCASAR - $l_title";
|
64 |
echo "<html><head><title>ALCASAR - $l_title";
|
| 66 |
?>
|
65 |
?>
|
| 67 |
</title>
|
66 |
</title>
|
| 68 |
<LINK rel=stylesheet type=text/css href="css/style_intercept.css">
|
67 |
<LINK rel=stylesheet type=text/css href="css/style_intercept.css">
|
| 69 |
</head>
|
68 |
</head>
|
| 70 |
|
69 |
|