summaryrefslogtreecommitdiffstats
path: root/usr/local/www/installer
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-12-18 01:25:08 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-12-18 01:25:08 -0500
commit75a28755aa58b28ee0fc6beaa70a1637887f6470 (patch)
tree953b9759c600c42ef501f8faa7b9cb0b4609f8ce /usr/local/www/installer
parent37bd1cbbcc810189cb55fe30791b2ce7ab686012 (diff)
downloadpfsense-75a28755aa58b28ee0fc6beaa70a1637887f6470.zip
pfsense-75a28755aa58b28ee0fc6beaa70a1637887f6470.tar.gz
Redirect to / if already installed
Diffstat (limited to 'usr/local/www/installer')
-rw-r--r--usr/local/www/installer/installer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer/installer.php b/usr/local/www/installer/installer.php
index b9e673d..8dd6e32 100644
--- a/usr/local/www/installer/installer.php
+++ b/usr/local/www/installer/installer.php
@@ -35,7 +35,7 @@ require("guiconfig.inc");
define('PC_SYSINSTALL', '/usr/sbin/pc-sysinstall/pc-sysinstall/pc-sysinstall.sh');
if($g['platform'] == "pfSense" or $g['platform'] == "nanobsd") {
- Header("Location: /installer.php");
+ Header("Location: /");
exit;
}
OpenPOWER on IntegriCloud