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…
Reference in New Issue