Files
icehrm/deployment/clients/local/cron.php
Thilina Hasantha 889baf124c Adding local config
2018-04-29 08:59:49 +02:00

7 lines
116 B
PHP

<?php
if(php_sapi_name() != 'cli'){
exit();
}
include ('config.php');
include (APP_BASE_PATH.'crons/cron.php');