2010-moteur-site-simple/index.php
2010-07-08 04:30:14 +02:00

7 lines
70 B
PHP

<?php
require_once("__cms__/cms.php");
CMS::affiche('/', $_GET);
?>