mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-16 19:27:34 +02:00
Update finishing.blade.php
This commit is contained in:
parent
0975ab18de
commit
8006577bdd
@ -23,7 +23,7 @@
|
|||||||
} else {EnvEditor::addKey('ENABLE_SOCIAL_LOGIN', 'false');}
|
} else {EnvEditor::addKey('ENABLE_SOCIAL_LOGIN', 'false');}
|
||||||
|
|
||||||
if(EnvEditor::keyExists('USE_THEME_PREVIEW_IFRAME')){ /* Do nothing if key already exists */
|
if(EnvEditor::keyExists('USE_THEME_PREVIEW_IFRAME')){ /* Do nothing if key already exists */
|
||||||
} else {EnvEditor::addKey('USE_THEME_PREVIEW_IFRAME', 'false');}
|
} else {EnvEditor::addKey('USE_THEME_PREVIEW_IFRAME', 'true');}
|
||||||
|
|
||||||
if(trim(file_get_contents(base_path("version.json"))) >= '2.9.1' and trim(file_get_contents(base_path("version.json"))) <= '3.0.0'){
|
if(trim(file_get_contents(base_path("version.json"))) >= '2.9.1' and trim(file_get_contents(base_path("version.json"))) <= '3.0.0'){
|
||||||
Schema::disableForeignKeyConstraints();
|
Schema::disableForeignKeyConstraints();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user