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');

View File

@@ -1,13 +1,13 @@
<?php
ini_set('error_log', 'data/icehrm.log');
define('CLIENT_NAME', 'icehrm');
define('APP_BASE_PATH', __DIR__.'/../../../build/app/core/');
define('CLIENT_NAME', 'icehrmpro');
define('APP_BASE_PATH', __DIR__.'/../../../build/app/');
define('CLIENT_BASE_PATH', __DIR__.'/');
define('BASE_URL','http://localhost:8888/icehrm-open-dev-base/web/');
define('CLIENT_BASE_URL','http://localhost:8888/icehrm-open-dev/');
define('BASE_URL','http://localhost:8888/icehrm-pro-dev-base/');
define('CLIENT_BASE_URL','http://localhost:8888/icehrm-pro-dev/');
define('APP_DB', 'icehrm_open_dev');
define('APP_DB', 'icehrm_pro_dev');
define('APP_USERNAME', 'dev');
define('APP_PASSWORD', 'dev');
define('APP_HOST', 'localhost');

View File

@@ -2,9 +2,9 @@
ini_set('error_log', 'data/icehrm.log');
define('CLIENT_NAME', 'icehrmpro');
define('APP_BASE_PATH', '/vagrant/build/app/core/');
define('APP_BASE_PATH', '/vagrant/');
define('CLIENT_BASE_PATH', '/vagrant/deployment/clients/test/');
define('BASE_URL','http://app.app.dev/web/');
define('BASE_URL','http://app.app.dev/');
define('CLIENT_BASE_URL','http://clients.app.dev/test/');
define('APP_DB', 'testing');