mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-16 11:17:24 +02: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) {}
|
} catch (Exception $e) {}
|
||||||
|
|
||||||
|
try {
|
||||||
|
$vendorLangPath = resource_path('lang/vendor');
|
||||||
|
if (File::exists($vendorLangPath)) {
|
||||||
|
File::deleteDirectory($vendorLangPath);
|
||||||
|
}
|
||||||
|
} catch (Exception $e) {}
|
||||||
|
|
||||||
// Footer page customization
|
// Footer page customization
|
||||||
if(EnvEditor::keyExists('DISPLAY_FOOTER_HOME')){} else {EnvEditor::addKey('DISPLAY_FOOTER_HOME', 'true');}
|
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');}
|
if(EnvEditor::keyExists('DISPLAY_FOOTER_TERMS')){} else {EnvEditor::addKey('DISPLAY_FOOTER_TERMS', 'true');}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user