diff --git a/reference/cybermut/configure.xml b/reference/cybermut/configure.xml
deleted file mode 100644
index 8585090d80..0000000000
--- a/reference/cybermut/configure.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
- &reftitle.install;
-
- These functions are only available if PHP has been compiled with the
- option, where DIR
- is the location of libcm-mac.a and cm-mac.h
- . You will require the appropriate SDK for your platform, which
- may be sent to you after your CyberMUT's subscription (contact
- them via Web, or go to the nearest Crédit Mutuel).
-
- ¬e.no-windows.extension;
-
-
-
diff --git a/reference/cybermut/functions/cybermut-creerformulairecm.xml b/reference/cybermut/functions/cybermut-creerformulairecm.xml
deleted file mode 100644
index 8fab09d270..0000000000
--- a/reference/cybermut/functions/cybermut-creerformulairecm.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
-
-
- cybermut_creerformulairecm
- Generate HTML form of request for payment
-
-
- Description
-
- stringcybermut_creerformulairecm
- stringurl_CM
- stringversion
- stringTPE
- stringmontant
- stringref_commande
- stringtexte_libre
- stringurl_retour
- stringurl_retour_ok
- stringurl_retour_err
- stringlangue
- stringcode_societe
- stringtexte_bouton
-
-
- cybermut_creerformulairecm is used to generate the
- HTML form of request for payment.
-
-
- First step of payment (equiv cgi1.c)
-
-
-]]>
-
-
-
- See also
- cybermut_testmac and
- cybermut_creerreponsecm.
-
-
-
-
-
diff --git a/reference/cybermut/functions/cybermut-creerreponsecm.xml b/reference/cybermut/functions/cybermut-creerreponsecm.xml
deleted file mode 100644
index 99dfd005db..0000000000
--- a/reference/cybermut/functions/cybermut-creerreponsecm.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
- cybermut_creerreponsecm
-
- Generate the acknowledgement of delivery of the confirmation
- of payment
-
-
-
- Description
-
- stringcybermut_creerreponsecm
- stringphrase
-
-
- cybermut_creerreponsecm returns a string containing
- delivery acknowledgement message.
-
-
- The parameter is "OK" if the message of confirmation of the payment
- was correctly identified by cybermut_testmac.
- Any other chain is regarded as an error message.
-
-
- See also
- cybermut_creerformulairecm and
- cybermut_testmac.
-
-
-
-
-
diff --git a/reference/cybermut/functions/cybermut-testmac.xml b/reference/cybermut/functions/cybermut-testmac.xml
deleted file mode 100644
index 38449f1994..0000000000
--- a/reference/cybermut/functions/cybermut-testmac.xml
+++ /dev/null
@@ -1,100 +0,0 @@
-
-
-
-
-
- cybermut_testmac
-
- Make sure that there no was data diddling contained
- in the received message of confirmation
-
-
-
- Description
-
- boolcybermut_testmac
- stringcode_MAC
- stringversion
- stringTPE
- stringcdate
- stringmontant
- stringref_commande
- stringtexte_libre
- stringcode-retour
-
-
- cybermut_testmac is used to make sure that there was
- not data diddling contained in the received message of confirmation.
- Pay attention to parameters code-retour and
- texte-libre, which cannot be evaluated as is,
- because of the dash. You must retrieve them by using:
-
-
-]]>
-
-
-
- Last step of payment (equiv cgi2.c)
-
-
-]]>
-
-
-
- See also
- cybermut_creerformulairecm and
- cybermut_creerreponsecm.
-
-
-
-
-
diff --git a/reference/cybermut/reference.xml b/reference/cybermut/reference.xml
deleted file mode 100644
index a819c1792f..0000000000
--- a/reference/cybermut/reference.xml
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
- Crédit Mutuel CyberMUT functions
- CyberMUT
-
-
- &reftitle.intro;
-
- This extension allows you to process credit cards transactions using Crédit
- Mutuel CyberMUT system (&url.cybermut;).
-
-
- CyberMUT is a popular Web Payment Service in France, provided by the
- Crédit Mutuel bank. If you are foreign in France, these functions will not
- be useful for you.
-
-
- The use of these functions is almost identical to the original SDK functions,
- except for the parameters of return for cybermut_creerformulairecm
- and cybermut_creerreponsecm,
- which are returned directly by functions PHP, whereas they had passed in
- reference in the original functions.
-
-
- These functions have been added in PHP 4.0.6.
-
-
-
- These functions only provide a link to CyberMUT SDK. Be sure to read the
- CyberMUT Developers Guide for full details of the required parameters.
-
-
-
-
- &reference.cybermut.configure;
-
-
-
-
-&reference.cybermut.functions;
-
-
-
-