Remove debug

This commit is contained in:
iBNu Maksum 2024-11-05 11:09:56 +07:00
parent 35243cb9b0
commit b28b40280f
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 2 additions and 2 deletions

View File

@ -438,7 +438,6 @@ switch ($action) {
}
case 'buy':
$gateway = _post('gateway');
print_r($routes);
if($gateway == 'balance') {
unset($_SESSION['gateway']);
r2(U . 'order/pay/' . $routes[2] . '/' . $routes[3]);

View File

@ -844,5 +844,6 @@
"Security": "Keamanan",
"Enable_CSRF_Validation": "Aktifkan Validasi CSRF",
"Cross_site_request_forgery": "Pemalsuan permintaan lintas situs",
"Forgot_Password": "Lupa Kata Sandi"
"Forgot_Password": "Lupa Kata Sandi",
"Validity_Periode": "Periode Validitas"
}