re-enable check for if not installed

This commit is contained in:
Nabeel Shahzad 2017-12-24 12:27:52 -06:00
parent 0bb2dabb8c
commit 9ad21e5c8e

View File

@ -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');
}