Compare commits
2 Commits
65dac4640a
...
9b8fcaad9a
Author | SHA1 | Date | |
---|---|---|---|
9b8fcaad9a | |||
6bd6ede442 |
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