2010-moteur-site-simple/index.php
2010-07-08 03:17:37 +02:00

7 lines
87 B
PHP

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