jilo/jilo-web/public_html/index.php

9 lines
120 B
PHP

<?php
unset($error);
include 'templates/header.php';
include 'templates/body.php';
include 'templates.footer.php';
?>