Skip to content

Commit 4c23bb8

Browse files
committed
Update update.blade.php
1 parent fe352e6 commit 4c23bb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/update.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
@if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
147147
<meta http-equiv="refresh" content="2; URL={{url()->current()}}/?updating-windows-bat" />
148148
@else
149-
<?php echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?updating\" />" ?>
149+
<?php echo "<meta http-equiv=\"refresh\" content=\"1; " . url()->current() . "?updating\" />" ?>
150150
@endif
151151
@endif
152152

0 commit comments

Comments
 (0)