X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fxnet.inc.php;h=a8431e3722d4f7269b1a6981b774ea6465c657cd;hb=72e96bc07e77f1d94ea092f70027a7f282b52a49;hp=58d9ffd3ce850d65eba01d046aea35e2e02f53a9;hpb=6b79b8efce6128e1a2382e1954de19d29485495f;p=platal.git diff --git a/include/xnet.inc.php b/include/xnet.inc.php index 58d9ffd..a8431e3 100644 --- a/include/xnet.inc.php +++ b/include/xnet.inc.php @@ -23,10 +23,8 @@ define('PL_GLOBALS_CLASS', 'PlatalGlobals'); define('PL_SESSION_CLASS', 'XnetSession'); define('PL_PAGE_CLASS', 'XnetPage'); -require_once('platal.inc.php'); -require_once('globals.inc.php'); -require_once('xnet/session.inc.php'); -require_once('xnet/page.inc.php'); +require_once dirname(dirname(__FILE__)) . '/core/include/platal.inc.php'; +require_once 'common.inc.php'; // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>