mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-02-05 03:58:43 +00:00
autofixes
This commit is contained in:
parent
d1e8a0800f
commit
fd211cd949
|
|
@ -4,7 +4,7 @@
|
||||||
\ini_set('display_errors', '1');
|
\ini_set('display_errors', '1');
|
||||||
\ini_set('display_startup_errors', '1');
|
\ini_set('display_startup_errors', '1');
|
||||||
\error_reporting(\E_ALL);
|
\error_reporting(\E_ALL);
|
||||||
setlocale(LC_ALL, 'en_US.UTF-8');
|
\setlocale(\LC_ALL, 'en_US.UTF-8');
|
||||||
|
|
||||||
if (\is_file('vendor/autoload.php')) {
|
if (\is_file('vendor/autoload.php')) {
|
||||||
include_once 'vendor/autoload.php';
|
include_once 'vendor/autoload.php';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user