Commit 9056dccb authored by Adarsh's avatar Adarsh

minor

parent 39c5df7b
......@@ -6,7 +6,7 @@ header("Access-Control-Allow-Methods: PUT, GET, POST, DELETE, OPTIONS");
header("Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept");
header("Content-Type: application/json; charset=UTF-8");
include_once("database.php");
include_once("../database.php");
if($_SERVER['REQUEST_METHOD'] === 'GET'){
$sql1 = "SELECT Now()";
......
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