diff options
| author | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-16 10:48:47 +0000 |
|---|---|---|
| committer | osmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-04-16 10:48:47 +0000 |
| commit | f8e4048bd0bef4b051404ea51bc878ecc1934346 (patch) | |
| tree | fb050b922b0449da340e12bf3207958bd625b4e5 /frontends/php/include | |
| parent | 611b58946bff38019b32360a8d49cd5792f65be2 (diff) | |
fixed installation
git-svn-id: svn://svn.zabbix.com/trunk@4019 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
| -rw-r--r-- | frontends/php/include/config.inc.php | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php index 9976fbf5..3ef5d1f7 100644 --- a/frontends/php/include/config.inc.php +++ b/frontends/php/include/config.inc.php @@ -140,12 +140,6 @@ function TODO($msg) { echo "TODO: ".$msg.BR; } // DEBUG INFO!!! $show_setup = true; } - if(isset($show_setup)) - { - unset($show_setup); - include_once "setup.php"; - } - if(!defined('ZBX_PAGE_NO_AUTHERIZATION')) { check_authorisation(); @@ -165,6 +159,13 @@ function TODO($msg) { echo "TODO: ".$msg.BR; } // DEBUG INFO!!! "nodeid"=>0)); } + if(isset($show_setup)) + { + unset($show_setup); + include_once "setup.php"; + } + + /********** END INITIALIZATION ************/ function init_nodes() |
