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:31:04 -0400
committerScott Ullrich <sullrich@pfsense.homeunix.net>2009-07-09 19:31:04 -0400
commitd0e705e1feb4da09f4351596370b62dd26fe5153 (patch)
tree4bc9a6bb06aab7f43bf199a6234d766cf08786e2 /usr/local/www/system_advanced_notifications.php
parentd9252b1f7a274278315997f0e80903dd542c8ca7 (diff)
downloadpfsense-d0e705e1feb4da09f4351596370b62dd26fe5153.zip
pfsense-d0e705e1feb4da09f4351596370b62dd26fe5153.tar.gz
Restore growl settings correctly
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 710668f..081926d 100644
--- a/usr/local/www/system_advanced_notifications.php
+++ b/usr/local/www/system_advanced_notifications.php
@@ -129,14 +129,14 @@ include("head.inc");
<tr>
<td width="22%" valign="top" class="vncell">IP Address</td>
<td width="78%" class="vtable">
- <input name='ipaddress' value=''><br/>
+ <input name='ipaddress' value='<?php echo $pconfig['ipaddress']; ?>'><br/>
This is the IP address that you would like to send growl notifications to.
</td>
</tr>
<tr>
<td width="22%" valign="top" class="vncell">Password</td>
<td width="78%" class="vtable">
- <input name='password' type='password' value=''><br/>
+ <input name='password' type='password' value='<?php echo $pconfig['password']; ?>'><br/>
Enter the password of the remote growl notification device.
</td>
</tr>
OpenPOWER on IntegriCloud