private include
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 6 Aug 2006 20:02:44 +0000 (20:02 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 6 Aug 2006 20:02:44 +0000 (20:02 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@785 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/payment.php
modules/payment/money.inc.php [moved from include/money.inc.php with 100% similarity]

index b4d3b69..4b7f037 100644 (file)
@@ -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');