Refactoring
This commit is contained in:
7
app/cron.php
Executable file
7
app/cron.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
if(php_sapi_name() != 'cli'){
|
||||
exit();
|
||||
}
|
||||
|
||||
include ('config.php');
|
||||
include (APP_BASE_PATH.'crons/cron.php');
|
||||
Reference in New Issue
Block a user