summaryrefslogtreecommitdiffstats
path: root/frontends/php/config.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-07-26 06:29:08 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-07-26 06:29:08 +0000
commita92a8524d8ed82855ea113e50e6894684e87ae9d (patch)
tree5c7fb36b8b92f3324641c04c2a2529529fbf5a03 /frontends/php/config.php
parentf54cd33a46be956ce776c16bc63e32a4db3d0a7c (diff)
Host selection for availability report.
git-svn-id: svn://svn.zabbix.com/trunk@443 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/config.php')
-rw-r--r--frontends/php/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/config.php b/frontends/php/config.php
index 47e5bfe2..c702348a 100644
--- a/frontends/php/config.php
+++ b/frontends/php/config.php
@@ -44,7 +44,7 @@
echo "<input name=\"smtp_server\" value=\"".$config["smtp_server"]."\"size=40>";
show_table2_v_delimiter();
- echo "Value from SMTP HELO authentification";
+ echo "Value for SMTP HELO authentification (can be empty)";
show_table2_h_delimiter();
echo "<input name=\"smtp_helo\" value=\"".$config["smtp_helo"]."\"size=40>";