mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-03-06 04:27:37 +01:00
Fixed problems while updating
This commit is contained in:
parent
324d68e274
commit
3bb548d579
@ -136,6 +136,4 @@ use Illuminate\Support\Facades\File;
|
||||
File::move($oldPath, $newPath);
|
||||
}}} 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');}
|
||||
}
|
||||
?>
|
||||
|
||||
<?php echo "<meta http-equiv=\"refresh\" content=\"0; " . url()->current() . "?success\" />"; ?>
|
||||
@endif
|
||||
|
||||
@if($_SERVER['QUERY_STRING'] === 'success')
|
||||
|
Loading…
x
Reference in New Issue
Block a user