From: Pierre Habouzit (MadCoder Date: Mon, 13 Dec 2004 10:24:42 +0000 (+0000) Subject: page.inc.php is private X-Git-Tag: xorg/old~666 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=041682df5aa376f54add6147a925f480f1fb7a12;p=platal.git page.inc.php is private git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-82 --- diff --git a/include/xorg.inc.php b/include/xorg.inc.php index 58c09af..df15641 100644 --- a/include/xorg.inc.php +++ b/include/xorg.inc.php @@ -54,7 +54,7 @@ XorgSession::init(); function _new_page($type, $tpl_name, $tpl_head, $min_auth, $admin=false) { global $page,$globals; - require_once("xorg.page.inc.php"); + require_once("xorg/page.inc.php"); if (!empty($admin)) { $page = new XorgAdmin($tpl_name, $type); } else switch($min_auth) { diff --git a/include/xorg.page.inc.php b/include/xorg/page.inc.php similarity index 100% rename from include/xorg.page.inc.php rename to include/xorg/page.inc.php