begin to migrate the first 'asso' page to the new system, using a namespace hack...
[platal.git] / htdocs.net / index.php
index 83f93a2..8ee3c5d 100644 (file)
 
 require 'xnet.inc.php';
 
-require_once dirname(__FILE__).'/../classes/Platal.php';
+require_once dirname(__FILE__).'/../classes/Xnet.php';
 require_once dirname(__FILE__).'/../classes/PLModule.php';
 
-$platal = new Platal('xnet');
+$platal = new Xnet('xnet', 'xnetgrp');
 $platal->run();
 
 ?>