From 854fd54834c9456b9573da68f951f64d3f027a24 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Mon, 15 Apr 2024 14:08:34 +0700 Subject: [PATCH] delete $_c = $config; as it already exists in init.php --- system/cron.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/system/cron.php b/system/cron.php index ef99d5de..04c9e0be 100644 --- a/system/cron.php +++ b/system/cron.php @@ -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')