import mtweb.0.4.1
[mtweb] / web / index.php
1 <?php
2
3   // error_reporting(E_ALL);
4
5   require "app/main.php";
6   if($mw = __mw("config.php")) __mw_display($mw);
7
8 ?>