aktuelle.kurse/old_m133/4_Modulinhalte_und_Uebungen/00-Anwendungen-Beispiele-Uebungen/mvc/index.php
Müller Harald 507e5da390 muh
2022-05-13 11:53:50 +02:00

7 lines
112 B
PHP

<?php
include_once("controller/Controller.php");
$controller = new Controller();
$controller->invoke();
?>