diff options
Diffstat (limited to '')
-rw-r--r-- | about.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' ); //----------------------------------------------------- template initialization // // Start output of page |