Skip to content

Commit

Permalink
Fixed problems while updating
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianPrieber committed Feb 6, 2023
1 parent 324d68e commit 3bb548d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions resources/views/components/finishing.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,4 @@ function getStringBetween($string, $start, $end) {
File::move($oldPath, $newPath);
}}} catch (exception $e) {}
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
?>
2 changes: 2 additions & 0 deletions resources/views/update.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@
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')
Expand Down

0 comments on commit 3bb548d

Please # to comment.