X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=htdocs%2Fxorg.php;h=e966de3a40ee71ac152f71158b530e97965c15f3;hb=c4271d388f03a6c7a9e6437908e206f98ce1354a;hp=f9ad7f978bf10ee270445f73dc6fd8b9aee7c268;hpb=13dacb48655070999a78f633019ac917b3fcac37;p=platal.git diff --git a/htdocs/xorg.php b/htdocs/xorg.php index f9ad7f9..e966de3 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -21,10 +21,11 @@ // $GLOBALS['IS_XNET_SITE'] = true; -require_once 'xorg.inc.php'; - require_once dirname(__FILE__).'/../classes/Platal.php'; require_once dirname(__FILE__).'/../classes/PLModule.php'; +require_once dirname(__FILE__).'/../classes/CoreLogger.php'; + +require_once 'xorg.inc.php'; if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) {