Files
old-wiaas-legacy/api-wiaas/server/components/v1/home/htmlTemplate.php
2018-06-11 11:09:35 +02:00

7 lines
171 B
PHP

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