7 lines
70 B
PHP
7 lines
70 B
PHP
<?php
|
|
|
|
require_once("__cms__/cms.php");
|
|
|
|
CMS::affiche('/', $_GET);
|
|
|
|
?>
|