| Line 229... |
Line 229... |
| 229 |
}
|
229 |
}
|
| 230 |
}
|
230 |
}
|
| 231 |
}
|
231 |
}
|
| 232 |
$_POST['ipAddress'] = isset($ipAddress)?$ipAddress:$_SERVER['REMOTE_ADDR'];
|
232 |
$_POST['ipAddress'] = isset($ipAddress)?$ipAddress:$_SERVER['REMOTE_ADDR'];
|
| 233 |
error_log("[ipAddress] ".$_POST['ipAddress']);
|
233 |
error_log("[ipAddress] ".$_POST['ipAddress']);
|
| - |
|
234 |
if($_POST['ipAddress']=='192.168.255.1'){
|
| - |
|
235 |
error_log("[headers] ".print_r(getallheaders(),1));
|
| - |
|
236 |
}
|
| 234 |
$data = array();
|
237 |
$data = array();
|
| 235 |
$data['response']=$this->recharge_model->getList($this->input->get(),$this->input->post(),$this->config->item('rechargeConfirm'));
|
238 |
$data['response']=$this->recharge_model->getList($this->input->get(),$this->input->post(),$this->config->item('rechargeConfirm'));
|
| 236 |
if(isset($data['response']['response']['recharge_confirm'][0]->response) && !empty($data['response']['response']['recharge_confirm'][0]->response)){
|
239 |
if(isset($data['response']['response']['recharge_confirm'][0]->response) && !empty($data['response']['response']['recharge_confirm'][0]->response)){
|
| 237 |
$redirectUrl = $data['response']['response']['recharge_confirm'][0]->response->redirectUrl;
|
240 |
$redirectUrl = $data['response']['response']['recharge_confirm'][0]->response->redirectUrl;
|
| 238 |
if(strpos($redirectUrl, 'zero-pay-recharge') !== false){
|
241 |
if(strpos($redirectUrl, 'zero-pay-recharge') !== false){
|