Update web.php

This commit is contained in:
Julian Prieber 2023-02-13 13:41:30 +01:00
parent 715726d330
commit c150c10ddb
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ if(file_exists(base_path('storage/app/ISINSTALLED'))){
}
// Installer
if(file_exists(base_path('INSTALLING'))){
if(file_exists(base_path('INSTALLING')) or file_exists(base_path('INSTALLERLOCK'))){
Route::get('/', [InstallerController::class, 'showInstaller'])->name('showInstaller');
Route::post('/create-admin', [InstallerController::class, 'createAdmin'])->name('createAdmin');