diff --git a/htdocs/mantis/mantis.php b/htdocs/mantis/mantis.php index 361d67ba35d..b0d5d6fca23 100644 --- a/htdocs/mantis/mantis.php +++ b/htdocs/mantis/mantis.php @@ -20,12 +20,12 @@ /** \file htdocs/mantis/mantis.php \ingroup mantis - \brief Page générant 2 frames, une pour le menu Dolibarr, l'autre pour l'affichage de Mantis + \brief Page generant 2 frames, une pour le menu Dolibarr, l'autre pour l'affichage de Mantis \author Laurent Destailleur \version $Revision$ */ -require("./pre.inc.php"); +require("../main.inc.php"); if (empty($conf->global->PHPMANTIS_URL)) { @@ -57,7 +57,7 @@ print "
| ';
-// initialisation des webservices
-set_magic_quotes_runtime(0);
-
//WebService Client.
require_once(NUSOAP_PATH."nusoap.php");
require_once("./includes/configure.php");
diff --git a/htdocs/phenix/phenix.php b/htdocs/phenix/phenix.php
index ba193c99e80..f5b4afbed72 100644
--- a/htdocs/phenix/phenix.php
+++ b/htdocs/phenix/phenix.php
@@ -18,12 +18,12 @@
/** \file htdocs/phenix/phenix.php
\ingroup phenix
- \brief Page générant 2 frames, une pour le menu Dolibarr, l'autre pour l'affichage du calendrier
+ \brief Page generant 2 frames, une pour le menu Dolibarr, l'autre pour l'affichage du calendrier
\author Laurent Destailleur
\version $Id$
*/
-require("./pre.inc.php");
+require("../main.inc.php");
if (empty($conf->global->PHPPHENIX_URL))
{
@@ -55,7 +55,7 @@ print "
- Il vous faut un navigateur gérant les frames. + Il vous faut un navigateur g�rant les frames. |