mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-29 19:37:30 +01:00
display errors for CLI utils by default
This commit is contained in:
parent
08faec17b0
commit
8dac4e3c25
@ -8,6 +8,8 @@
|
||||
* - ../
|
||||
*/
|
||||
|
||||
ini_set('display_errors', 1);
|
||||
error_reporting(E_ALL);
|
||||
set_time_limit(0);
|
||||
$shell_path = getcwd();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user