Update config.blade.php

This commit is contained in:
Julian Prieber 2022-11-17 21:27:51 +01:00
parent 1d792ee963
commit 0c19b66e2c

View File

@ -3,7 +3,7 @@
@if($_SERVER['QUERY_STRING'] === 'restore-defaults')
<?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