This commit is contained in:
Daniel Camargo 2013-05-28 14:22:53 -03:00
parent 4538ee232c
commit 8b45977bdf

View File

@ -2,8 +2,6 @@
<?php
error_reporting(E_ERROR | E_PARSE);
ini_set('display_errors',true);
ini_set('error_log','/home/cockpit.crunchbutton/logs/php-scripts.log');
set_time_limit(10);
$a = (object)getopt('s::c::r::f::');