summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-10-14 16:36:07 +0000
committerErmal Luçi <eri@pfsense.org>2008-10-14 16:36:07 +0000
commit981cf4aed3ed791cef11b5c9c200828294a888d5 (patch)
treec6b33c9f3b5e06397f37d49910822d1eff9b94bf /usr
parent28ec82f1571daab3b0af8969eaf9c75903bc38b0 (diff)
downloadpfsense-981cf4aed3ed791cef11b5c9c200828294a888d5.zip
pfsense-981cf4aed3ed791cef11b5c9c200828294a888d5.tar.gz
All these flushing is not needed now that apply is a differnet step like everywhere else in code.
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/interfaces.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 93799f1..09c0aab 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -252,9 +252,11 @@ if ($_POST['apply']) {
unlink_if_exists("{$g['tmp_path']}/config.cache");
unlink_if_exists("{$d_landirty_path}");
+ /* ermal -- do not think these are needed at all.
ob_flush();
flush();
sleep(1);
+ */
interface_configure($if);
OpenPOWER on IntegriCloud