Skip to content

Commit 3bb548d

Browse files
committed
Fixed problems while updating
1 parent 324d68e commit 3bb548d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

resources/views/components/finishing.blade.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,4 @@ function getStringBetween($string, $start, $end) {
136136
File::move($oldPath, $newPath);
137137
}}} catch (exception $e) {}
138138
139-
140-
echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />";
141139
?>

resources/views/update.blade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@
204204
if(EnvEditor::keyExists('LOG_LEVEL')){EnvEditor::editKey('LOG_LEVEL', 'error');}
205205
}
206206
?>
207+
208+
<?php echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />"; ?>
207209
@endif
208210

209211
@if($_SERVER['QUERY_STRING'] === 'success')

0 commit comments

Comments
 (0)