NO_AUTH_REQUIRED2 fix

This commit is contained in:
dpeca 2018-04-12 01:34:18 +02:00 committed by GitHub
commit a57c8b775b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
<?php
// Init
define('NO_AUTH_REQUIRED',true);
define('NO_AUTH_REQUIRED',true);
define('NO_AUTH_REQUIRED2',true);
error_reporting(NULL);