From 2c784d41fd50f26453a1a590e427b2ec4640ac74 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 6 Aug 2006 20:02:44 +0000 Subject: [PATCH] private include git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@785 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/payment.php | 2 +- {include => modules/payment}/money.inc.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {include => modules/payment}/money.inc.php (100%) 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 -- 2.1.4