summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2010-06-29 15:11:50 -0400
committerjim-p <jimp@pfsense.org>2010-06-29 15:11:50 -0400
commitb11bd589692d1958973b761b50929f2adb2eaad2 (patch)
treea8cec540cb8bbecf9f057c815111c92a7d449cfc /usr
parentc3b13d6082033ecd1d3f7672ca9b1533942ec00a (diff)
downloadpfsense-b11bd589692d1958973b761b50929f2adb2eaad2.zip
pfsense-b11bd589692d1958973b761b50929f2adb2eaad2.tar.gz
Forward back to system_advanced_admin.php and not system.php
Diffstat (limited to 'usr')
-rw-r--r--usr/local/www/system_advanced_admin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced_admin.php b/usr/local/www/system_advanced_admin.php
index bfa5061..31a658c 100644
--- a/usr/local/www/system_advanced_admin.php
+++ b/usr/local/www/system_advanced_admin.php
@@ -157,7 +157,7 @@ if ($_POST) {
if ($port)
$url = "{$prot}://{$host}:{$port}/system_advanced_admin.php";
else
- $url = "{$prot}://{$host}/system.php";
+ $url = "{$prot}://{$host}/system_advanced_admin.php";
}
write_config();
OpenPOWER on IntegriCloud