Refactoring
This commit is contained in:
8
app/install/config.php
Executable file
8
app/install/config.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
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_NAME',"IceHrm");
|
||||
define('APP_ID',"icehrm");
|
||||
Reference in New Issue
Block a user