summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-18 23:55:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-18 23:55:30 +0000
commitbd705fb89f3a5a719b7e0bf1f43f5d073dcdcc05 (patch)
treef483125cafeb07ca7a5e7f83f080f26e7f8e7927
parentc9ccbdf3eedd6f564cfe90b7ac0fa1d819ae4347 (diff)
downloadpfsense-bd705fb89f3a5a719b7e0bf1f43f5d073dcdcc05.zip
pfsense-bd705fb89f3a5a719b7e0bf1f43f5d073dcdcc05.tar.gz
Remove reboot notice
-rwxr-xr-xusr/local/www/interfaces_assign.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php
index 9ae9f6f..7e94437 100755
--- a/usr/local/www/interfaces_assign.php
+++ b/usr/local/www/interfaces_assign.php
@@ -140,7 +140,6 @@ if ($_GET['act'] == "del") {
}
write_config();
- touch($d_sysrebootreqd_path);
header("Location: interfaces_assign.php");
exit;
}
@@ -258,7 +257,7 @@ include("head.inc");
<br>
<input name="Submit" type="submit" class="formbtn" value="Save"><br><br>
<p><span class="vexpl"><strong><span class="red">Warning:</span><br>
-</strong>After you click &quot;Save&quot;, you must reboot the firewall to make the changes take effect. You may also have to do one or more of the following steps before you can access your firewall again: </span></p>
+</p>
<ul>
<li><span class="vexpl">change the IP address of your computer</span></li>
<li><span class="vexpl">renew its DHCP lease</span></li>
OpenPOWER on IntegriCloud