mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
Remove debug
This commit is contained in:
parent
35243cb9b0
commit
b28b40280f
2 changed files with 2 additions and 2 deletions
|
@ -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]);
|
||||
|
|
|
@ -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"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue