Initial commit
This commit is contained in:
6
api-wiaas/server/components/v1/home/htmlTemplate.php
Normal file
6
api-wiaas/server/components/v1/home/htmlTemplate.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
if(!defined('APPLICATION_VERSION')){
|
||||
die("Permission denied!");
|
||||
}
|
||||
$route::call($module, $controller, $action);
|
||||
Reference in New Issue
Block a user