Files
old-wiaas-legacy/api-wiaas/server/components/v1/home/htmlTemplate.php

7 lines
171 B
PHP
Raw Normal View History

2018-06-11 11:09:35 +02:00
<?php
header('Content-Type: text/html; charset=utf-8');
if(!defined('APPLICATION_VERSION')){
die("Permission denied!");
}
$route::call($module, $controller, $action);