summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2008-12-23 02:19:21 +0000
committerChris Buechler <cmb@pfsense.org>2008-12-23 02:19:21 +0000
commit8b1b0f2387d136fd05e3205d42b6d2dc2af7d569 (patch)
tree3670cf133c4e60903b0cf91906439b464dd84935
parentdf367a38e3594843f1f3afc2cf968aa22b68b5e9 (diff)
downloadpfsense-8b1b0f2387d136fd05e3205d42b6d2dc2af7d569.zip
pfsense-8b1b0f2387d136fd05e3205d42b6d2dc2af7d569.tar.gz
fix reboot link
ticket #1858
-rwxr-xr-xusr/local/www/interfaces_vlan.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_vlan.php b/usr/local/www/interfaces_vlan.php
index 739a97e..41dbbb3 100755
--- a/usr/local/www/interfaces_vlan.php
+++ b/usr/local/www/interfaces_vlan.php
@@ -96,7 +96,7 @@ include("head.inc");
<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if (file_exists("/tmp/vlanchanged")) {
- print_info_box("VLAN configuration has changed. WARNING: You may need to <a href='system_reboot.php'>reboot</a> for
+ print_info_box("VLAN configuration has changed. WARNING: You may need to <a href='reboot.php'>reboot</a> for
the changes to take effect.");
mwexec("/bin/rm /tmp/vlanchanged");
}
OpenPOWER on IntegriCloud