Adding local config

This commit is contained in:
Thilina Hasantha
2018-04-29 08:59:49 +02:00
parent 8ebf28fbcb
commit 889baf124c
18 changed files with 371 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
<?php
if(php_sapi_name() != 'cli'){
exit();
}
include ('config.php');
include (APP_BASE_PATH.'crons/cron.php');