Commit e378882c by Jansa Jose

dc

parent b5e5ce63
...@@ -774,7 +774,7 @@ ...@@ -774,7 +774,7 @@
header('Content-type: application/json'); header('Content-type: application/json');
$headers = apache_request_headers(); $headers = apache_request_headers();
$postData = $_GET; $postData = $_GET;
if(!isset($headers['Auth']) || empty($headers['Auth'])){ if(!isset($headers['auth']) || empty($headers['auth'])){
$respArr['status'] = 'error'; $respArr['status'] = 'error';
$respArr['message'] = 'Authtoken is Required'; $respArr['message'] = 'Authtoken is Required';
echo json_encode($respArr);exit; echo json_encode($respArr);exit;
......
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