Add: Real server

This commit is contained in:
2018-06-22 20:58:24 +09:00
parent 225c6e944e
commit 2d4c3af9e0
13 changed files with 14 additions and 34 deletions
-2
View File
@@ -1,8 +1,6 @@
<?php
header('Content-Type: application/json');
include "./../send_error_code.php";
$app_id = $_POST["AppID"];
include "./../setup/connect_db.php";
@@ -1,8 +1,6 @@
<?php
header("Content-Type: application/json");
include "./../send_error_code.php";
$maestro_id = $_POST["maestro_id"];
include "./../setup/connect_db.php";
@@ -1,8 +1,6 @@
<?php
header('Content-Type: application/json');
include "./../send_error_code.php";
$maestro_id = $_POST["maestro_id"];
include "./../setup/connect_db.php";
@@ -1,8 +1,6 @@
<?php
header('Content-Type: application/json');
include "./../send_error_code.php";
$maestro_id = $_POST["maestro_id"];
include "./../setup/connect_db.php";