7 lines
166 B
PHP
7 lines
166 B
PHP
<?php
|
|
require_once('_conf/globals.php');
|
|
require_once('_conf/db_con.php');
|
|
|
|
$postData = file_get_contents('php://input');
|
|
$postData = json_decode($postData);
|
|
// Login
|