We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d792ee commit 0c19b66Copy full SHA for 0c19b66
resources/views/panel/config.blade.php
@@ -3,7 +3,7 @@
3
@if($_SERVER['QUERY_STRING'] === 'restore-defaults')
4
<?php
5
copy(base_path('storage/templates/advanced-config.php'), base_path('config/advanced-config.php'));
6
-echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/../../panel/advanced-config\" />";
+echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/../../panel/config#2\" />";
7
?>
8
@else
9
0 commit comments