diff options
Diffstat (limited to 'search.php')
-rw-r--r-- | search.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/search.php b/search.php index 58f80c8b8..b320d0ca9 100644 --- a/search.php +++ b/search.php @@ -26,8 +26,8 @@ // +-----------------------------------------------------------------------+ //----------------------------------------------------------- include -$phpwg_root_path = './'; -include_once( $phpwg_root_path.'include/common.inc.php' ); +define('PHPWG_ROOT_PATH','./'); +include_once( PHPWG_ROOT_PATH.'include/common.inc.php' ); //-------------------------------------------------- access authorization check check_login_authorization(); //----------------------------------------------------------------- redirection |