Files
icehrm/app/install/config.php
2017-09-03 20:39:22 +02:00

9 lines
308 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__)."/../..")."/");
define('APP_NAME',"IceHrm");
define('APP_ID',"icehrm");