turn off error reporting (it screws when run in Docker)
This commit is contained in:
parent
8fdb156420
commit
b44f6431e4
@ -1,4 +1,6 @@
|
||||
<?php
|
||||
error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE & ~E_WARNING);
|
||||
|
||||
// =============================================================================
|
||||
// Phast bootstrapper - loads the application modules and executes Phast
|
||||
// Copyright (C) 2013-2014 Mike Becker
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user