Skip to content

Commit c150c10

Browse files
committed
Update web.php
1 parent 715726d commit c150c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routes/web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131

3232
// Installer
33-
if(file_exists(base_path('INSTALLING'))){
33+
if(file_exists(base_path('INSTALLING')) or file_exists(base_path('INSTALLERLOCK'))){
3434

3535
Route::get('/', [InstallerController::class, 'showInstaller'])->name('showInstaller');
3636
Route::post('/create-admin', [InstallerController::class, 'createAdmin'])->name('createAdmin');

0 commit comments

Comments
 (0)