summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-31 16:47:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-31 16:47:06 +0000
commit8ede0ae8d955916cf29c790e5fd80f984c04b218 (patch)
tree593ef5a40b883b5ca9dac402f115bc75d4908109 /usr
parent69a779d557e2c64821acc3bc5518b3706d83f9a6 (diff)
downloadpfsense-8ede0ae8d955916cf29c790e5fd80f984c04b218.zip
pfsense-8ede0ae8d955916cf29c790e5fd80f984c04b218.tar.gz
Add $d_pppoeuserdirty_path to globals
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/guiconfig.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc
index 2d149cf..b6eebfc 100755
--- a/usr/local/www/guiconfig.inc
+++ b/usr/local/www/guiconfig.inc
@@ -56,6 +56,7 @@ if($config['theme'] <> "")
else
$g['theme'] = "pfsense";
+$d_pppoeuserdirty_path = $g['varrun_path'] . "/vpn-pppoe-users-edit.dirty";
$d_hostsdirty_path = $g['varrun_path'] . "/hosts.dirty";
$d_natconfdirty_path = $g['varrun_path'] . "/nat.conf.dirty";
$d_filterconfdirty_path = $g['varrun_path'] . "/filter.conf.dirty";
OpenPOWER on IntegriCloud