Bye xorg.misc.inc.php
[platal.git] / modules / payment / money / cyberpaiement.inc.php
index 407fa18..c79935c 100644 (file)
@@ -55,7 +55,6 @@ class CyberPayment
         $name = $req->fetchOneCell();
 
         // on constuit la reference de la transaction
-        require_once 'xorg.misc.inc.php';
         $prefix = ($pay->flags->hasflag('unique')) ? str_pad("",15,"0") : rand_url_id();
         $fullref = substr("$prefix-xorg-{$pay->id}",-15);