mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-28 08:58:51 +02:00
Update finishing.blade.php
This commit is contained in:
parent
9e0d8530eb
commit
fa6d997134
@ -52,7 +52,7 @@ use App\Models\Page;
|
|||||||
if(EnvEditor::keyExists('MANUAL_USER_VERIFICATION')){ /* Do nothing if key already exists */
|
if(EnvEditor::keyExists('MANUAL_USER_VERIFICATION')){ /* Do nothing if key already exists */
|
||||||
} else {EnvEditor::addKey('MANUAL_USER_VERIFICATION', 'false');}
|
} else {EnvEditor::addKey('MANUAL_USER_VERIFICATION', 'false');}
|
||||||
|
|
||||||
if(env('APP_NAME') == 'LinkStack' or env('APP_NAME') == 'LittleLink') {
|
if(env('APP_NAME') == 'LittleLink Custom' or env('APP_NAME') == 'LittleLink') {
|
||||||
EnvEditor::editKey('APP_NAME', 'LinkStack');
|
EnvEditor::editKey('APP_NAME', 'LinkStack');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user