diff options
| author | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-23 10:30:10 +0000 |
|---|---|---|
| committer | artem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2008-05-23 10:30:10 +0000 |
| commit | 1528814bf6b442cc01211b9f0b3f2adaadf970f4 (patch) | |
| tree | 8fc3c0a9e980925d6d96313f3737cd3576b90c16 /frontends/php/include/defines.inc.php | |
| parent | b0a86ef20a92d1243c7e32510a81b70705980fa4 (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.php | 1 |
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); |
