Version 0.9.1

Datei 'www/ajax/_ajax_head.php' Zurück zur Übersicht
<?PHP
header('Content-Type: application/json');
include_once('../user_files/_config.php');
include_once('../.include/php_classes.php');
include_once('../.include/php_scripts.php');

?>