Files
CARIA/UserWebSite/control.php
ccunatbrule f5999a03b5 Update MVC modèle
All components are in MVC mode
Bug to registre presente
2023-10-13 17:00:34 +02:00

5 lines
118 B
PHP

<?php
include_once('./vue/header.html');
include_once('./vue/control.html');
include_once('./vue/footer.html');
?>