diff options
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"; |