Commit f1d7758f authored by Antonio.Suerte's avatar Antonio.Suerte

Help2Pay Migration [Verification URL Debugger]

parent d2eb2a27
......@@ -44,8 +44,11 @@ class H2PWithdrawalVerification extends System {
public function listen(){
$logDate = date("Y-m-d");
$logPostVar = print_r($_POST, true);
$logGetVar = print_r($_GET, true);
error_log(
date("[Y-m-d H:i:s]")."\r\nAccessed\r\n\r\n",
date("[Y-m-d H:i:s]")."\r\nAccessed\nPOST: {$logPostVar}GET: {$logGetVar}\r\n\r\n",
VAL_INT_3,
"{$this -> accessLog}/Log_{$logDate}.log");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment