summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_advanced_notifications.php
diff options
context:
space:
mode:
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