mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-24 16:32:16 +01:00
Update web.php
This commit is contained in:
parent
715726d330
commit
c150c10ddb
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user