crunchbutton/cli/_drivers_schedule_warning.php
2014-04-07 12:29:45 -07:00

8 lines
215 B
PHP
Executable File

#!/usr/local/bin/php
<?php
error_reporting(E_ERROR | E_PARSE);
ini_set('display_errors',true);
set_time_limit(100);
require_once('../include/crunchbutton.php');
Crunchbutton_Community_Shift::sendWarningToDrivers();