mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-11 02:24:23 +02:00
remove active when extend
This commit is contained in:
parent
e8885e91ec
commit
9436a6e8f1
2 changed files with 4 additions and 0 deletions
|
@ -188,6 +188,8 @@ if (isset($_GET['recharge']) && !empty($_GET['recharge'])) {
|
|||
if ($_app_stage != 'demo') {
|
||||
if (file_exists($dvc)) {
|
||||
require_once $dvc;
|
||||
global $isChangePlan;
|
||||
$isChangePlan = true;
|
||||
(new $p['device'])->add_customer($user, $p);
|
||||
} else {
|
||||
new Exception(Lang::T("Devices Not Found"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue