Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1782 → Rev 1783

/trunk/client/integrateur_wikini/configuration/iw_config.inc.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_config.inc.php,v 1.10 2007-04-11 08:30:12 neiluj Exp $
// CVS : $Id: iw_config.inc.php,v 1.11 2008-01-30 12:58:39 jp_milcent Exp $
/**
* Configuration de l'intégrateur de page Wikini
*
34,7 → 34,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 2000-2004
*@version $Revision: 1.10 $ $Date: 2007-04-11 08:30:12 $
*@version $Revision: 1.11 $ $Date: 2008-01-30 12:58:39 $
// +------------------------------------------------------------------------------------------------------+
*/
 
155,7 → 155,8
'default_write_acl' => '*',
'default_read_acl' => '*',
'default_comment_acl' => '*',
'preview_before_save' => '0');
'preview_before_save' => '0',
'allow_raw_html' => TRUE);
// Suppression de l'URL générale du Query String wiki spécifique à l'intégrateur
$GLOBALS['_GEN_commun']['url']->removeQueryString('wiki', '');
// +------------------------------------------------------------------------------------------------------+
167,6 → 168,9
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.10 2007-04-11 08:30:12 neiluj
* remise en état du CVS...
*
* Revision 1.8 2006/11/09 17:50:41 jp_milcent
* Compatibilité avec les nouveaux permaliens de Papyrus.
*