Commit initial

This commit is contained in:
2020-05-15 12:27:34 +02:00
commit 70f72f2e54
87 changed files with 12684 additions and 0 deletions

View File

@ -0,0 +1,10 @@
<?php
$GLOBALS['app_path'] = '../apps/CameraMonitor/';
require $GLOBALS['app_path'].'Framework/Router.php';
$controller = new Router();
$controller->routingRequest()
?>