More validations for warnings and notices
This commit is contained in:
@@ -26,6 +26,10 @@ class HttpProxyController
|
||||
|
||||
private $sendResponse = true;
|
||||
|
||||
public function __construct() {
|
||||
$this->__request__ = new stdclass();
|
||||
}
|
||||
|
||||
/**
|
||||
* Magic setter method
|
||||
*
|
||||
|
||||
@@ -62,6 +62,7 @@ if (isset( $_POST['category'] ) && $_POST['category'] !== '<reset>') {
|
||||
}
|
||||
}
|
||||
}
|
||||
$r = new stdclass();
|
||||
$r->memkey = $memkey;
|
||||
$r->memcache = $memcacheUsed;
|
||||
$r->data = $proData;
|
||||
|
||||
Reference in New Issue
Block a user