summaryrefslogtreecommitdiffstats
path: root/frontends/php/config.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-12-07 11:02:22 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-12-07 11:02:22 +0000
commitfd5f249d76f72509710ea8e70472c689057f0d4d (patch)
treea6de7b38ae29713cc67bfe8d3a606d1c2bc1109f /frontends/php/config.php
parent033a555046469cd87917e7580d98bb9e50b2eb8c (diff)
- added copyright notice to source files (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@582 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 45aa4644..13a0ba0e 100644
--- a/frontends/php/config.php
+++ b/frontends/php/config.php
@@ -22,7 +22,7 @@
$result=update_config($HTTP_GET_VARS["smtp_server"],$HTTP_GET_VARS["smtp_helo"],
$HTTP_GET_VARS["smtp_email"],$HTTP_GET_VARS["alarm_history"],
$HTTP_GET_VARS["alert_history"]);
- show_messages($result, "Configuration updated", "Configuation was NOT updated");
+ show_messages($result, "Configuration updated", "Configuration was NOT updated");
}
?>