summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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