diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 21:28:58 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-08-14 21:28:58 -0400 |
commit | 4ca6e245c3b58a22753f635ff3c123f3f88fde7d (patch) | |
tree | 3025578d6b5ac62b7248967a193fd5271ba3d0bf /usr/local/www/installer.php | |
parent | 369cc15548a90b20c3e2233329240071a6d4a68d (diff) | |
download | pfsense-4ca6e245c3b58a22753f635ff3c123f3f88fde7d.zip pfsense-4ca6e245c3b58a22753f635ff3c123f3f88fde7d.tar.gz |
Use pc-sysinstall subdir
Diffstat (limited to 'usr/local/www/installer.php')
-rw-r--r-- | usr/local/www/installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/installer.php b/usr/local/www/installer.php index ab435a6..50e9c29 100644 --- a/usr/local/www/installer.php +++ b/usr/local/www/installer.php @@ -30,7 +30,7 @@ require("globals.inc"); require("guiconfig.inc"); -define('PC_SYSINSTALL', '/usr/sbin/pc-sysinstall'); +define('PC_SYSINSTALL', '/usr/sbin/pc-sysinstall/pc-sysinstall'); if($g['platform'] == "pfSense" or $g['platform'] == "nanobsd") { Header("Location: /index.php"); |