8 lines
148 B
PHP
8 lines
148 B
PHP
<?php
|
|
|
|
require_once "../config.php";
|
|
require_once "../functions.php";
|
|
require_once "../check_login.php";
|
|
|
|
header('Content-Type: application/json');
|