1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-04-22 22:27:36 +02:00

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
resources/views

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

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