diff --git a/api.php b/api.php index 4c11a1b..2a0966c 100644 --- a/api.php +++ b/api.php @@ -12,8 +12,8 @@ header("Content-Encoding: none"); header("Cache-Control: no-store, max-age=0, must-revalidate"); header("X-Accel-Buffering: no"); -error_reporting(0); -//error_reporting(E_ALL); +//error_reporting(0); +error_reporting(E_ALL); require_once(__DIR__."/phplib/libutil.php"); require_once(__DIR__."/phplib/libcustomerrorgen.php");