fix reboot link

ticket #1858
This commit is contained in:
Chris Buechler 2008-12-23 02:19:21 +00:00
parent df367a38e3
commit 8b1b0f2387
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}