From: x2000habouzit Date: Mon, 31 Jul 2006 19:34:23 +0000 (+0000) Subject: move private include X-Git-Tag: xorg/0.9.11~158 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=1dea1b6c08a19b57285c1416b75deedfbc3ee1ef;p=platal.git move private include git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@757 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/carnet.php b/modules/carnet.php index 6a9177a..e8ead00 100644 --- a/modules/carnet.php +++ b/modules/carnet.php @@ -295,7 +295,7 @@ class CarnetModule extends PLModule function handler_pdf(&$page, $arg0 = null, $arg1 = null) { - require_once 'contacts.pdf.inc.php'; + require_once dirname(__FILE__).'/contacts/contacts.pdf.inc.php'; require_once 'user.func.inc.php'; session_write_close(); diff --git a/include/contacts.pdf.inc.php b/modules/carnet/contacts.pdf.inc.php similarity index 100% rename from include/contacts.pdf.inc.php rename to modules/carnet/contacts.pdf.inc.php