summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/config.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-20 08:15:04 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-20 08:15:04 +0000
commit6553086bcd2e5135a4ffd1721dc702d1dd523866 (patch)
tree498b264452d8cf1a73078d67814df4f99f85ca78 /frontends/php/include/config.inc.php
parentd36aeae3b8fa5359063fad31aeb219b146c6f124 (diff)
downloadzabbix-6553086bcd2e5135a4ffd1721dc702d1dd523866.tar.gz
zabbix-6553086bcd2e5135a4ffd1721dc702d1dd523866.tar.xz
zabbix-6553086bcd2e5135a4ffd1721dc702d1dd523866.zip
- [DEV-137] fixed installation warning (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5718 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/config.inc.php')
-rw-r--r--frontends/php/include/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 0f157cb5..14258be4 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -181,7 +181,7 @@ function TODO($msg) { echo "TODO: ".$msg.SBR; } // DEBUG INFO!!!
}
//*/
-// Ajax do not need warnings or Errors
+// Ajax - do not need warnings or Errors
if((isset($DENY_GUI) || isset($show_setup) || isset($show_warning)) && (PAGE_TYPE_HTML <> detect_page_type(PAGE_TYPE_HTML))){
header('Ajax-response: false');
exit();