mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
remove hard debug
This commit is contained in:
@@ -40,7 +40,6 @@ class CheckInstalled
|
||||
*/
|
||||
public function handle($request, Closure $next)
|
||||
{
|
||||
config(['app.debug' => true]);
|
||||
$installed = !config('librenms.install') && file_exists(base_path('.env'));
|
||||
$is_install_route = $request->is('install*');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user