mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-19 09:08:56 +02:00
delete $_c = $config; as it already exists in init.php
This commit is contained in:
parent
21876601ba
commit
854fd54834
1 changed files with 0 additions and 2 deletions
|
@ -15,8 +15,6 @@ while ($row = $statement->fetch(PDO::FETCH_ASSOC)) {
|
||||||
echo "MYSQL Time\t" . $row['WAKTU'] . "\n";
|
echo "MYSQL Time\t" . $row['WAKTU'] . "\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
$_c = $config;
|
|
||||||
|
|
||||||
$textExpired = Lang::getNotifText('expired');
|
$textExpired = Lang::getNotifText('expired');
|
||||||
|
|
||||||
$recharges = ORM::for_table('tbl_user_recharges')
|
$recharges = ORM::for_table('tbl_user_recharges')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue