reorganisation des dossiers
[mtweb] / index.php
1 <?php
2
3   require "mw/main.php";
4   if($mw = __mw("config.php")) __mw_display($mw);
5
6 ?>