Skip to content

Commit 0c19b66

Browse files
committed
Update config.blade.php
1 parent 1d792ee commit 0c19b66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/panel/config.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
@if($_SERVER['QUERY_STRING'] === 'restore-defaults')
44
<?php
55
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\" />";
6+
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "/../../panel/config#2\" />";
77
?>
88
@else
99

0 commit comments

Comments
 (0)