mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
Rollback installation
This commit is contained in:
parent
35a327001b
commit
ab7725b0fb
5 changed files with 95 additions and 3 deletions
|
@ -14,6 +14,11 @@ if (empty($update_url)) {
|
|||
|
||||
if(isset($_REQUEST['update_url']) && !empty($_REQUEST['update_url'])){
|
||||
$update_url = $_REQUEST['update_url'];
|
||||
$_SESSION['update_url'] = $update_url;
|
||||
}
|
||||
|
||||
if(isset($_SESSION['update_url']) && !empty($_SESSION['update_url']) && $_SESSION['update_url'] != $update_url){
|
||||
$update_url = $_SESSION['update_url'];
|
||||
}
|
||||
|
||||
if (!isset($_SESSION['aid']) || empty($_SESSION['aid'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue