9 lines
313 B
PHP
Executable File
9 lines
313 B
PHP
Executable File
<?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__)."/../..")."/core/");
|
|
define('APP_NAME',"IceHrm");
|
|
define('APP_ID',"icehrm");
|