diff options
Diffstat (limited to 'identification.php')
-rw-r--r-- | identification.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/identification.php b/identification.php index 89f52031f..51a50f7ef 100644 --- a/identification.php +++ b/identification.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' ); //-------------------------------------------------------------- identification $errors = array(); |