mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-23 07:18:08 +01:00
Update finishing.blade.php
This commit is contained in:
parent
ab958a71dc
commit
3b58846e9a
@ -89,6 +89,13 @@ use App\Models\Page;
|
||||
}
|
||||
} catch (Exception $e) {}
|
||||
|
||||
try {
|
||||
$vendorLangPath = resource_path('lang/vendor');
|
||||
if (File::exists($vendorLangPath)) {
|
||||
File::deleteDirectory($vendorLangPath);
|
||||
}
|
||||
} catch (Exception $e) {}
|
||||
|
||||
// Footer page customization
|
||||
if(EnvEditor::keyExists('DISPLAY_FOOTER_HOME')){} else {EnvEditor::addKey('DISPLAY_FOOTER_HOME', 'true');}
|
||||
if(EnvEditor::keyExists('DISPLAY_FOOTER_TERMS')){} else {EnvEditor::addKey('DISPLAY_FOOTER_TERMS', 'true');}
|
||||
|
Loading…
x
Reference in New Issue
Block a user