8 lines
117 B
PHP
Executable File
8 lines
117 B
PHP
Executable File
<?php
|
|
if(php_sapi_name() != 'cli'){
|
|
exit();
|
|
}
|
|
|
|
include ('config.php');
|
|
include (APP_BASE_PATH.'crons/cron.php');
|