Enable debug
This commit is contained in:
parent
dbac716953
commit
f75faaeac5
|
@ -1,7 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
// set your time zone:
|
||||||
date_default_timezone_set('Europe/Paris');
|
date_default_timezone_set('Europe/Paris');
|
||||||
error_reporting(0);
|
|
||||||
|
// enable while testing:
|
||||||
|
error_reporting(E_ALL)
|
||||||
|
// enable in production:
|
||||||
|
// error_reporting(0);
|
||||||
|
|
||||||
// configure this option if you want to allow requests from clients from other domains:
|
// configure this option if you want to allow requests from clients from other domains:
|
||||||
// see https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
|
// see https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user