Add PHP arch check.

This commit is contained in:
Lars Jung
2016-06-22 18:15:55 +02:00
parent 628836a201
commit e0fc7043b5
3 changed files with 8 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ class Bootstrap {
} else if ($context->is_info_request()) {
$public_href = $setup->get('PUBLIC_HREF');
$x_head_tags = $context->get_x_head_html();
$fallback_mode = false;
require __DIR__ . '/pages/info.php';
} else {
$public_href = $setup->get('PUBLIC_HREF');