removed comment

This commit is contained in:
Olu Amey
2022-12-30 23:26:55 -05:00
parent 190fd11193
commit 3dd46ec357
-4
View File
@@ -61,15 +61,11 @@ $ret = -1;
}
*/
/*
Olu temporary removed
header("Access-Control-Allow-Origin: *");
header("Access-Control-Expose-Headers: Access-Control-Allow-Origin");
header("Access-Control-Allow-Headers: Cache-Control, Pragma, Origin, Authorization, Content-Type, X-Requested-With");
header("Access-Control-Allow-Methods: POST, GET, PUT, DELETE, OPTIONS");
header('Content-type: application/json');
*/
if ("OPTIONS" === $_SERVER['REQUEST_METHOD']) {
exit();