Disable php errors in production |
2/7/2016 3:39:47 PM |
PHPRunner General questions | |
S
Stucco author
Hi - there is a line @ini_set("display_errors","1"); at the top of each generated page. |
|
![]() |
Sergey Kornilov admin 2/9/2016 |
You can try adding something like this to AfterAppInit event: @ini_set("display_errors","0"); |