mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-08 15:41:32 +02: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);
|
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')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user