summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-05-18 14:56:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-05-18 14:56:09 +0000
commitdbe7b50563502b33a2cc5c77016aca3709c9cfbc (patch)
treed9943eb38190f5dbe55e24ae69b0d3e3e31a613c /usr
parent625b70022786b2e110802d3f72831d4451d6c4bd (diff)
downloadpfsense-dbe7b50563502b33a2cc5c77016aca3709c9cfbc.zip
pfsense-dbe7b50563502b33a2cc5c77016aca3709c9cfbc.tar.gz
Add logo to top of initial page before wizard redirect
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index 9dcef1f..25b4372 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -50,6 +50,7 @@ if(file_exists("/usr/local/www/trigger_initial_wizard")) {
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php
echo "<center>";
+ echo "<a href=\"/\"><img src=\"/logo.gif\" border=\"0\"></a><p>";
echo "Welcome to pfSense!<p>";
echo "One moment while we start the initial setup wizard.<p>";
echo "Embedded platform users: Please be patient, the wizard takes a little longer to run than the normal gui.<p>";
OpenPOWER on IntegriCloud