delete $_c = $config; as it already exists in init.php

This commit is contained in:
Ibnu Maksum 2024-04-15 14:08:34 +07:00
parent 21876601ba
commit 854fd54834
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5

View File

@ -15,8 +15,6 @@ while ($row = $statement->fetch(PDO::FETCH_ASSOC)) {
echo "MYSQL Time\t" . $row['WAKTU'] . "\n";
}
$_c = $config;
$textExpired = Lang::getNotifText('expired');
$recharges = ORM::for_table('tbl_user_recharges')