mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-13 01:42:08 +02: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…
x
Reference in New Issue
Block a user