ajout d'un installeur en ligne
[mtweb] / index.php
index d75db99..3276947 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,10 +1,8 @@
 <?php
 
   require "mw/mw_app.php";
-  $app = new mw_app();
-  if($app->init("config.php")){
-    $app->run();
-    $app->display();
-  }
+  $app = new mw_app("pathes.php");
+  if($app->init() && $app->run()) $app->display();
+//  else $app->show_logs();
 
 ?>
\ No newline at end of file