crunchbutton/cli/_drivers_warn_before_shift.php

8 lines
225 B
PHP

#!/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::warningDriversBeforeTheirShift();