Add latest changes from icehrm pro

This commit is contained in:
gamonoid
2018-05-21 00:23:56 +02:00
parent 9c56b8acd1
commit 861e94cf9d
1375 changed files with 175006 additions and 2662 deletions

View File

@@ -1,11 +1,11 @@
<?php
<?php
ini_set('error_log', 'data/icehrm.log');
define('CLIENT_NAME', 'icehrmpro');
define('APP_BASE_PATH', '/vagrant/build/app/core/');
define('APP_BASE_PATH', '/vagrant/core/');
define('CLIENT_BASE_PATH', '/vagrant/deployment/clients/dev/');
define('BASE_URL','http://app.app.dev/web/');
define('CLIENT_BASE_URL','http://clients.app.dev/dev/');
define('BASE_URL','http://clients.app.test/web/');
define('CLIENT_BASE_URL','http://clients.app.test/dev/');
define('APP_DB', 'dev');
define('APP_USERNAME', 'dev');