summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 19:38:09 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 19:38:09 -0400
commit1afa87e5b2cd6b2e9d6dad198c8f1a828e60d810 (patch)
tree574f23975d8feb194559ab1739dc8774a917037f /usr/local/www/system_advanced_notifications.php
parent066ceb39b23519debf5576c2d361e8c38a9e2fc9 (diff)
downloadpfsense-1afa87e5b2cd6b2e9d6dad198c8f1a828e60d810.zip
pfsense-1afa87e5b2cd6b2e9d6dad198c8f1a828e60d810.tar.gz
Oops, store config in correct location
Diffstat (limited to 'usr/local/www/system_advanced_notifications.php')
-rw-r--r--usr/local/www/system_advanced_notifications.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system_advanced_notifications.php b/usr/local/www/system_advanced_notifications.php
index 84875fe..6249a4d 100644
--- a/usr/local/www/system_advanced_notifications.php
+++ b/usr/local/www/system_advanced_notifications.php
@@ -66,8 +66,8 @@ if ($_POST) {
if ($_POST['Submit'] == "Save") {
$tunableent = array();
- $config['notifications']['ipaddress'] = $_POST['ipaddress'];
- $config['notifications']['password'] = $_POST['password'];
+ $config['notifications']['growl']['ipaddress'] = $_POST['ipaddress'];
+ $config['notifications']['growl']['password'] = $_POST['password'];
write_config();
OpenPOWER on IntegriCloud