Refactor project structure
This commit is contained in:
@@ -3,6 +3,6 @@ error_reporting(E_ERROR);
|
||||
ini_set("error_log", "../data/icehrm_install.log");
|
||||
define('CURRENT_PATH',dirname(__FILE__));
|
||||
define('CLIENT_APP_PATH',realpath(dirname(__FILE__)."/..")."/");
|
||||
define('APP_PATH',realpath(dirname(__FILE__)."/../..")."/");
|
||||
define('APP_PATH',realpath(dirname(__FILE__)."/../..")."/core/");
|
||||
define('APP_NAME',"IceHrm");
|
||||
define('APP_ID',"icehrm");
|
||||
|
||||
Reference in New Issue
Block a user