Einchecken des OnlineStands

This commit is contained in:
2016-09-07 14:36:03 +00:00
parent feed788c84
commit 53295535eb
241 changed files with 69161 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
header('Content-Type: text/javascript; charset=UTF-8');
session_start( );
define ( 'PATH_ROOT' , '../../' );
include_once ( PATH_ROOT . '.config/config_global.php' );
echo 'var lang = ' . json_encode ( $lang ) . ';';
?>