mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-15 10:47:25 +02:00
Update finishing.blade.php
This commit is contained in:
parent
e74d92d25c
commit
ac0a83bb7e
@ -69,6 +69,14 @@ use App\Models\Page;
|
|||||||
} catch (Exception $e) {}
|
} catch (Exception $e) {}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
try {
|
||||||
|
$file = base_path('storage/RSTAC');
|
||||||
|
if (file_exists($file)) {
|
||||||
|
copy(base_path('storage/templates/advanced-config.php'), base_path('config/advanced-config.php'));
|
||||||
|
unlink($file);
|
||||||
|
}
|
||||||
|
} 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