Compare commits
2 Commits
2d0da1c18f
...
6bd6ede442
Author | SHA1 | Date | |
---|---|---|---|
6bd6ede442 | |||
65dac4640a |
3
web.php
3
web.php
@ -19,9 +19,8 @@ use RVR\Repository\UserRepository;
|
|||||||
|
|
||||||
require 'app.php';
|
require 'app.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