re-enable check for if not installed
This commit is contained in:
parent
0bb2dabb8c
commit
9ad21e5c8e
@ -33,9 +33,9 @@ class InstallerController extends AppBaseController
|
||||
*/
|
||||
public function index()
|
||||
{
|
||||
/*if(config('app.key') !== 'base64:zdgcDqu9PM8uGWCtMxd74ZqdGJIrnw812oRMmwDF6KY=') {
|
||||
if(config('app.key') !== 'base64:zdgcDqu9PM8uGWCtMxd74ZqdGJIrnw812oRMmwDF6KY=') {
|
||||
return view('installer::errors/already-installed');
|
||||
}*/
|
||||
}
|
||||
|
||||
return view('installer::index-start');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user