diff --git a/include/ost-sampleconfig.php b/include/ost-sampleconfig.php index d3cbb517a3b2922444a6ccdbd9fcb936439cf5a1..65ff21c0d053e78c6b49a1e0647b881a1bff57f3 100644 --- a/include/ost-sampleconfig.php +++ b/include/ost-sampleconfig.php @@ -22,7 +22,7 @@ if(!strcasecmp(basename($_SERVER['SCRIPT_NAME']),basename(__FILE__)) || !defined #Install flag define('OSTINSTALLED',FALSE); if(OSTINSTALLED!=TRUE){ - if(!file_exists(ROOT_PATH.'setup/install.php')) die('Error: Contact system admin.'); //Something is really wrong! + if(!file_exists(ROOT_DIR.'setup/install.php')) die('Error: Contact system admin.'); //Something is really wrong! //Invoke the installer. header('Location: '.ROOT_PATH.'setup/install.php'); exit;