Fixed problems while updating

This commit is contained in:
Julian Prieber 2023-02-06 21:46:16 +01:00
parent 324d68e274
commit 3bb548d579
2 changed files with 2 additions and 2 deletions

View File

@ -136,6 +136,4 @@ use Illuminate\Support\Facades\File;
File::move($oldPath, $newPath);
}}} catch (exception $e) {}
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
?>

View File

@ -204,6 +204,8 @@ if($debug === true){
if(EnvEditor::keyExists('LOG_LEVEL')){EnvEditor::editKey('LOG_LEVEL', 'error');}
}
?>
<?php echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />"; ?>
@endif
@if($_SERVER['QUERY_STRING'] === 'success')