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

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')