page.inc.php is private
authorPierre Habouzit (MadCoder <pierre.habouzit@m4x.org>
Mon, 13 Dec 2004 10:24:42 +0000 (10:24 +0000)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 26 Jun 2008 21:26:37 +0000 (23:26 +0200)
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-82

include/xorg.inc.php
include/xorg/page.inc.php [moved from include/xorg.page.inc.php with 100% similarity]

index 58c09af..df15641 100644 (file)
@@ -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) {