Remove debug
This commit is contained in:
parent
35243cb9b0
commit
b28b40280f
@ -438,7 +438,6 @@ switch ($action) {
|
|||||||
}
|
}
|
||||||
case 'buy':
|
case 'buy':
|
||||||
$gateway = _post('gateway');
|
$gateway = _post('gateway');
|
||||||
print_r($routes);
|
|
||||||
if($gateway == 'balance') {
|
if($gateway == 'balance') {
|
||||||
unset($_SESSION['gateway']);
|
unset($_SESSION['gateway']);
|
||||||
r2(U . 'order/pay/' . $routes[2] . '/' . $routes[3]);
|
r2(U . 'order/pay/' . $routes[2] . '/' . $routes[3]);
|
||||||
|
@ -844,5 +844,6 @@
|
|||||||
"Security": "Keamanan",
|
"Security": "Keamanan",
|
||||||
"Enable_CSRF_Validation": "Aktifkan Validasi CSRF",
|
"Enable_CSRF_Validation": "Aktifkan Validasi CSRF",
|
||||||
"Cross_site_request_forgery": "Pemalsuan permintaan lintas situs",
|
"Cross_site_request_forgery": "Pemalsuan permintaan lintas situs",
|
||||||
"Forgot_Password": "Lupa Kata Sandi"
|
"Forgot_Password": "Lupa Kata Sandi",
|
||||||
|
"Validity_Periode": "Periode Validitas"
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user