Compare commits
No commits in common. "276a289ca7cd502628a8f0061589a6f9e711cc9c" and "105cc96963de3009c74f9ffcdc346b7eb8802d2c" have entirely different histories.
276a289ca7
...
105cc96963
3
web.php
3
web.php
@ -16,8 +16,9 @@ use MapGuesser\Repository\UserRepository;
|
|||||||
|
|
||||||
require 'main.php';
|
require 'main.php';
|
||||||
|
|
||||||
error_reporting(E_ALL);
|
|
||||||
if (!empty($_ENV['DEV'])) {
|
if (!empty($_ENV['DEV'])) {
|
||||||
|
error_reporting(E_ALL);
|
||||||
|
|
||||||
ini_set('display_errors', '1');
|
ini_set('display_errors', '1');
|
||||||
} else {
|
} else {
|
||||||
ini_set('display_errors', '0');
|
ini_set('display_errors', '0');
|
||||||
|
Loading…
Reference in New Issue
Block a user