Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1834 → Rev 1835

/trunk/client/integrateur_wikini/bibliotheque/iw_integrateur.fonct.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: iw_integrateur.fonct.php,v 1.23 2008-04-28 17:17:28 ddelon Exp $
// CVS : $Id: iw_integrateur.fonct.php,v 1.24 2008-04-28 17:18:42 jp_milcent Exp $
/**
* Fonctions de l'integrateur de page Wikini
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.23 $ $Date: 2008-04-28 17:17:28 $
*@version $Revision: 1.24 $ $Date: 2008-04-28 17:18:42 $
*
// +------------------------------------------------------------------------------------------------------+
// | ENTETE du PROGRAMME |
208,7 → 208,7
if ($_POST["submit"] == "Sauver") {
require_once(ADWI_CHEMIN_BIBLIOTHEQUE.'/hashcash/secret/wp-hashcash.lib');
if($_POST["hashcash_value"] == hashcash_field_value()) {
if($_POST["hashcash_value"] != hashcash_field_value()) {
$error="Cette page n'a pas été enregistrée car ce wiki pense que vous etes un robot. Copiez-collez vos modifications et activez Javascript !";
}