8 lines
191 B
PHP
Executable File
8 lines
191 B
PHP
Executable File
#!/usr/bin/env php
|
|
<?php
|
|
error_reporting(E_ERROR | E_PARSE);
|
|
ini_set('display_errors',true);
|
|
set_time_limit(100);
|
|
|
|
require_once('../include/crunchbutton.php');
|
|
Crunchbutton_Cron_Log::start(); |