mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Update common.php
This commit is contained in:
parent
fbf2881307
commit
44b4c3ad56
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ if (is_file(BB_PATH . '/library/config.local.php')) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Error reporting
|
* Initialize debug
|
||||||
*/
|
*/
|
||||||
define('APP_ENV', env('APP_ENV', 'production'));
|
define('APP_ENV', env('APP_ENV', 'production'));
|
||||||
if (APP_ENV === 'local') {
|
if (APP_ENV === 'local') {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue