8 lines
165 B
PHP
8 lines
165 B
PHP
<?php
|
|
require_once("language/language.php");
|
|
require_once("space/spacestate.php");
|
|
|
|
header("Access-Control-Allow-Origin: *");
|
|
header("X-Powered-By: Club Mate");
|
|
|
|
?>
|