Browse Source

display errors for CLI utils by default

pull/40/head
czaks 10 years ago
parent
commit
ab661f9a5c
  1. 2
      tools/inc/cli.php

2
tools/inc/cli.php

@ -8,6 +8,8 @@
* - ../
*/
ini_set('display_errors', 1);
error_reporting(E_ALL);
set_time_limit(0);
$shell_path = getcwd();

Loading…
Cancel
Save