mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-16 20:11:01 +01:00
Update update.blade.php
This commit is contained in:
parent
c90e49fa1c
commit
dde1185075
@ -66,7 +66,23 @@ exit(); ?>
|
||||
|
||||
@endif
|
||||
|
||||
@if($_SERVER['QUERY_STRING'] === 'finishing')
|
||||
<?php //updating... ?>
|
||||
<div class="logo-container fadein">
|
||||
<img class="logo-img loading" src="{{ asset('littlelink/images/just-gear.svg') }}" alt="Logo" style="">
|
||||
<div class="logo-centered">l</div>
|
||||
</div>
|
||||
<center><h1 class="loadingtxt">Finishing up</h1></center>
|
||||
|
||||
<?php
|
||||
|
||||
//run before finishing:
|
||||
// EnvEditor::addKey('MY_VALUE', 'truefalse'); // Adds key to .env file
|
||||
|
||||
$URL = Route::current()->getName();
|
||||
header("Location: ".$URL."?success");
|
||||
exit(); ?>
|
||||
@endif
|
||||
|
||||
@if($_SERVER['QUERY_STRING'] === 'success')
|
||||
<?php //success ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user