summaryrefslogtreecommitdiffstats
path: root/frontends/php/include/defines.inc.php
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-23 10:30:10 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-23 10:30:10 +0000
commit1528814bf6b442cc01211b9f0b3f2adaadf970f4 (patch)
tree8fc3c0a9e980925d6d96313f3737cd3576b90c16 /frontends/php/include/defines.inc.php
parentb0a86ef20a92d1243c7e32510a81b70705980fa4 (diff)
- [DEV-172] added support of Apache authentication (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5724 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include/defines.inc.php')
-rw-r--r--frontends/php/include/defines.inc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontends/php/include/defines.inc.php b/frontends/php/include/defines.inc.php
index ef5d33ab..07610a02 100644
--- a/frontends/php/include/defines.inc.php
+++ b/frontends/php/include/defines.inc.php
@@ -23,6 +23,7 @@
define('ZBX_AUTH_INTERNAL', 0);
define('ZBX_AUTH_LDAP', 1);
+ define('ZBX_AUTH_HTTP', 2);
define('PAGE_TYPE_HTML', 0);
define('PAGE_TYPE_IMAGE', 1);