summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_lan.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 01:56:17 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 01:56:17 +0000
commit504100448b020320b34af442b0223040e666ba21 (patch)
treef1a245e502e1253d3a3f68b8ea5904c5492a8b21 /usr/local/www/interfaces_lan.php
parentd7be682d17850e2778089b1083b5406fcbff46dd (diff)
downloadpfsense-504100448b020320b34af442b0223040e666ba21.zip
pfsense-504100448b020320b34af442b0223040e666ba21.tar.gz
Use /tmp/reload_interfaces
Diffstat (limited to 'usr/local/www/interfaces_lan.php')
-rwxr-xr-xusr/local/www/interfaces_lan.php15
1 files changed, 2 insertions, 13 deletions
diff --git a/usr/local/www/interfaces_lan.php b/usr/local/www/interfaces_lan.php
index a4da8ae..a0201fd 100755
--- a/usr/local/www/interfaces_lan.php
+++ b/usr/local/www/interfaces_lan.php
@@ -293,21 +293,10 @@ function enable_change(enable_over) {
if ($_POST['apply'] <> "") {
- /* Change these items late in the script
- * so the script will fully complete to
- * the users web browser
- */
-
- /* set up LAN interface */
- interfaces_lan_configure();
-
- interfaces_vlan_configure();
-
- /* setup carp interfaces */
- interfaces_carp_configure();
+ touch("/tmp/reload_interfaces");
unlink($d_landirty_path);
}
-?>
+?> \ No newline at end of file
OpenPOWER on IntegriCloud