Upgraded to latest icehrm core

This commit is contained in:
Thilina Hasantha
2015-12-13 02:56:30 +05:30
parent 8dacf2a8f1
commit ca3492e30e
56 changed files with 1525 additions and 689 deletions
+4 -8
View File
@@ -2,14 +2,10 @@
if(php_sapi_name() != 'cli'){
exit();
}
$opts = getopt('c:');
$clientPath = $opts['c'];
if(empty($clientPath)){
echo "No client path defined\r\n";
exit();
}
define('CLIENT_PATH',dirname(__FILE__)."/..");
include (APP_BASE_PATH."config.base.php");
include $clientPath."/config.php";
include (APP_BASE_PATH."include.common.php");
include("server.includes.inc.php");
include(APP_BASE_PATH."server.includes.inc.php");