From: x2000habouzit Date: Sun, 6 Aug 2006 20:02:44 +0000 (+0000) Subject: private include X-Git-Tag: xorg/0.9.11~130 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=2c784d41fd50f26453a1a590e427b2ec4640ac74;p=platal.git private include git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@785 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/payment.php b/modules/payment.php index b4d3b69..4b7f037 100644 --- a/modules/payment.php +++ b/modules/payment.php @@ -88,7 +88,7 @@ class PaymentModule extends PLModule global $globals; require_once 'profil.func.inc.php' ; - require_once 'money.inc.php' ; + require_once dirname(__FILE__).'/payment/money.inc.php' ; $page->changeTpl('payment/index.tpl'); $page->assign('xorg_title','Polytechnique.org - Télépaiements'); diff --git a/include/money.inc.php b/modules/payment/money.inc.php similarity index 100% rename from include/money.inc.php rename to modules/payment/money.inc.php