1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-12-18 10:25:55 +01:00

display errors for CLI utils by default

This commit is contained in:
czaks 2013-12-25 23:08:19 +01:00
parent 08e4fd9a0a
commit ab661f9a5c

View File

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