Refined JSON. Added form preparation.

This commit is contained in:
2016-05-23 17:19:41 +02:00
parent c582af6e79
commit 891c9db21d
3 changed files with 240 additions and 192 deletions
+2
View File
@@ -97,6 +97,8 @@ if (!$tpl_done && isset($_SESSION['access_token']) && $_SESSION['access_token'])
case 'hotel':
$tpl = $m->loadTemplate('hotel_html');
$tpl_done = true;
$action = 'hotel';
require 'prep_form.php';
break;
default:
if (!$tpl_done) {