Skip to content
Snippets Groups Projects
Commit 3fc13d66 authored by tbrehm's avatar tbrehm
Browse files

Error reporting level is set in config.inc.php, so we can remove it from web/index.php.

parent 391f705c
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,6 @@ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
error_reporting(E_ALL|E_STRICT);
require_once('../lib/config.inc.php');
require_once('../lib/app.inc.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment