Files

6 lines
130 B
PHP
Raw Permalink Normal View History

2018-06-11 11:09:35 +02:00
<?php
if(!defined('APPLICATION_VERSION')){
die("Permission denied!");
}
$route::call($module, $controller, $action, $apiKey);