summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-04 23:24:53 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-04 23:24:53 +0000
commitf28b8dd0ef3fc57d5505f7d0841e6634772cc338 (patch)
treecc0734ab62ef4215e44ffa0454c34e4373de2fb8 /usr/local/www/index.php
parent4aea03867928e746c9b2d1f0399f357058f485f9 (diff)
downloadpfsense-f28b8dd0ef3fc57d5505f7d0841e6634772cc338.zip
pfsense-f28b8dd0ef3fc57d5505f7d0841e6634772cc338.tar.gz
Use standard header and css file when we notify user of the wizard speed.
Note: this may not even be required now that I optimized the wizard.
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 832074a..bec1ab2 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -38,6 +38,17 @@ if(file_exists("/usr/local/www/trigger_initial_wizard")) {
conf_mount_rw();
unlink("/usr/local/www/trigger_initial_wizard");
conf_mount_ro();
+?>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<title><?=gentitle("pfSense webGUI");?></title>
+<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">
+<?php
echo "<center>";
echo "Welcome to pfSense!<p>";
echo "One moment while we start the initial setup wizard.<p>";
OpenPOWER on IntegriCloud