mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-05 02:34:38 +02:00
add variable to global
This commit is contained in:
parent
f4da09a26e
commit
bc7380eab7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Package
|
|||
*/
|
||||
public static function rechargeUser($id_customer, $router_name, $plan_id, $gateway, $channel)
|
||||
{
|
||||
global $config, $admin;
|
||||
global $config, $admin, $c, $p, $b, $t, $d;
|
||||
$date_now = date("Y-m-d H:i:s");
|
||||
$date_only = date("Y-m-d");
|
||||
$time_only = date("H:i:s");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue