diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-12-07 13:45:29 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2006-12-07 13:45:29 +0000 |
| commit | 9d01e6f52cd54727a3337df573e7043ad779fb06 (patch) | |
| tree | bd25db58eab3f97e4415c33085024cc31341b141 /frontends/php/vtext.php | |
| parent | b93508c7b63e89efd30a1a6c304f2eea27388244 (diff) | |
| download | zabbix-9d01e6f52cd54727a3337df573e7043ad779fb06.tar.gz zabbix-9d01e6f52cd54727a3337df573e7043ad779fb06.tar.xz zabbix-9d01e6f52cd54727a3337df573e7043ad779fb06.zip | |
- improved sqlite3 supporting for zabbix frontend (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@3573 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/vtext.php')
| -rw-r--r-- | frontends/php/vtext.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/php/vtext.php b/frontends/php/vtext.php index 5da4c61a..5d0fc70f 100644 --- a/frontends/php/vtext.php +++ b/frontends/php/vtext.php @@ -23,6 +23,8 @@ $page['file'] = 'vtext.php'; $page['type'] = PAGE_TYPE_IMAGE; + + define('ZBX_PAGE_NO_AUTHERIZATION', 1); include_once "include/page_header.php"; |
