X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=a33d9a5ca3516c149e71072ff69ceb4ddfbd7e4d;hb=1c969105bda7b85719123c356e7fdc86859eaaca;hp=0fc2845adbaf61d7e95816138cf2803c068f3d1a;hpb=a7de4ef724d1a3b0bf978a50ce7cc9d23412c7a0;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index 0fc2845..a33d9a5 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -1,6 +1,6 @@ 'Z')) { - - $platal = new Platal('auth', 'banana', 'carnet', 'email', 'events', - 'geoloc', 'lists', 'marketing', 'payment', 'platal', - 'profile', 'register', 'search', 'stats', 'admin', - 'newsletter', 'axletter', 'bandeau'); - $platal->run(); - - exit; -} - -/*** WIKI CODE ***/ - -include 'wiki/engine.php'; +require_once pl_core_include('run.inc.php'); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>