mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-15 10:47:25 +02:00
Update config.blade.php
This commit is contained in:
parent
1d792ee963
commit
0c19b66e2c
@ -3,7 +3,7 @@
|
|||||||
@if($_SERVER['QUERY_STRING'] === 'restore-defaults')
|
@if($_SERVER['QUERY_STRING'] === 'restore-defaults')
|
||||||
<?php
|
<?php
|
||||||
copy(base_path('storage/templates/advanced-config.php'), base_path('config/advanced-config.php'));
|
copy(base_path('storage/templates/advanced-config.php'), base_path('config/advanced-config.php'));
|
||||||
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/../../panel/advanced-config\" />";
|
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/../../panel/config#2\" />";
|
||||||
?>
|
?>
|
||||||
@else
|
@else
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user