log blog in
This commit is contained in:
@@ -71,6 +71,9 @@ class WrenchBlog extends BaseController
|
||||
$raw_json = file_get_contents('php://input');
|
||||
$in = json_decode($raw_json, true);
|
||||
|
||||
log_message('critical', "BLOG DATA CALL ********* ".serialize($in) );
|
||||
|
||||
|
||||
$endpoint = "WRENCH_BLOG_DATA";
|
||||
$res1 = $this->getCache($endpoint);
|
||||
if (count($res1)==0){
|
||||
|
||||
Reference in New Issue
Block a user