Update update.blade.php

This commit is contained in:
Julian Prieber 2022-11-20 22:21:57 +01:00
parent fe352e65d8
commit 4c23bb88b0

View File

@ -146,7 +146,7 @@ exit(); ?>
@if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN')
<meta http-equiv="refresh" content="2; URL={{url()->current()}}/?updating-windows-bat" />
@else
<?php echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?updating\" />" ?>
<?php echo "<meta http-equiv=\"refresh\" content=\"1; " . url()->current() . "?updating\" />" ?>
@endif
@endif