summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorHolger Bauer <hoba@pfsense.org>2005-06-30 23:10:18 +0000
committerHolger Bauer <hoba@pfsense.org>2005-06-30 23:10:18 +0000
commitd6abf599e9a908336524aa247ca0ad51ebeddb8a (patch)
treed2daf6e4c821ca5d37d13b1fcd6710507f566831 /usr/local/www/index.php
parentf5e7f73c42417696554e9babca97490e12dbc461 (diff)
downloadpfsense-d6abf599e9a908336524aa247ca0ad51ebeddb8a.zip
pfsense-d6abf599e9a908336524aa247ca0ad51ebeddb8a.tar.gz
fixed a cosmetic bug that made this page showing without borderspace in IE
- by pfjason
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index fe9438e..d680bdb 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -61,8 +61,8 @@ if(file_exists("/usr/local/www/trigger_initial_wizard")) {
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="gui.css" rel="stylesheet" type="text/css">
</head>
-<form>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<form>
<?php
echo "<center>";
echo "<a href=\"/\"><img src=\"/logo.gif\" border=\"0\"></a><p>";
@@ -155,9 +155,9 @@ function get_pfstate() {
<link href="gui.css" rel="stylesheet" type="text/css">
</head>
-<form>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
+<form>
<?php include("fbegin.inc"); ?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr align="center" valign="top">
@@ -319,6 +319,7 @@ echo $diskusage . "%";
</table>
<?php include("fend.inc"); ?>
+</form>
</body>
</html>
<?php
@@ -387,5 +388,4 @@ While(!Connection_Aborted()) {
}
-?>
-
+?> \ No newline at end of file
OpenPOWER on IntegriCloud