From 3cbc7ef60167769a8a4ae26b22d99c8937237ece Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Mon, 28 Jul 2008 00:03:20 +0200 Subject: [PATCH] Use pl_core_include(). Signed-off-by: Florent Bruneau --- core | 2 +- htdocs/xnet.php | 2 +- htdocs/xorg.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core b/core index 380e2a5..49ef925 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 380e2a5ab0f7c9edbf73c76259cb0c38119e53af +Subproject commit 49ef925d77389921d24c72d7e5ff031b0a87baf0 diff --git a/htdocs/xnet.php b/htdocs/xnet.php index b1363f0..5847fff 100644 --- a/htdocs/xnet.php +++ b/htdocs/xnet.php @@ -31,7 +31,7 @@ if (!($path = Env::v('n')) || substr($path, 0, 4) != 'Xnet') { /*** WIKI CODE ***/ -include dirname(__FILE__) . '/../core/include/wiki.engine.inc.php'; +include pl_core_include('wiki.engine.inc.php'); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?> diff --git a/htdocs/xorg.php b/htdocs/xorg.php index affbb37..1fbce45 100644 --- a/htdocs/xorg.php +++ b/htdocs/xorg.php @@ -34,7 +34,7 @@ if (!($path = Env::v('n')) || ($path{0} < 'A' || $path{0} > 'Z')) { /*** WIKI CODE ***/ -include dirname(__FILE__) . '/../core/include/wiki.engine.inc.php'; +include pl_core_include('wiki.engine.inc.php'); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?> -- 2.1.4