diff --git a/core/trunk/install/class/Class_Install.php b/core/trunk/install/class/Class_Install.php index bfc1229b0ab74dbec27ce81fc7c542d76d015026..460c0ce6e7c70a6045a6799d6a759f803e36f71e 100755 --- a/core/trunk/install/class/Class_Install.php +++ b/core/trunk/install/class/Class_Install.php @@ -197,13 +197,13 @@ class Install extends functions public function isIniErrorRepportingRequirements() { if (version_compare(PHP_VERSION, '5.4') >= 0) { - if (ini_get('error_reporting') <> 24567) { + if (ini_get('error_reporting') <> 22519) { return false; } else { return true; } } else { - if (ini_get('error_reporting') <> 22519) { + if (ini_get('error_reporting') <> 24567) { return false; } else { return true; diff --git a/core/trunk/install/img/logo.png b/core/trunk/install/img/logo.png index d81f47042b508782396d196b4d4526e8aaa3cef9..5377488f188443563a3fcd62bb128b0fc320ba86 100755 Binary files a/core/trunk/install/img/logo.png and b/core/trunk/install/img/logo.png differ diff --git a/core/trunk/install/lang/en.php b/core/trunk/install/lang/en.php index f751856656fa0bf583d9bf4c8f265c727df215bf..61287660f3eff99daa0b4e8bcc08e54a7156e751 100755 --- a/core/trunk/install/lang/en.php +++ b/core/trunk/install/lang/en.php @@ -244,7 +244,7 @@ if (!defined('_RESUME')) { } if (!defined('_START_MEP_1_3')) { - define('_START_MEP_1_3', "Start with Maarch Entreprise 1.3"); + define('_START_MEP_1_3', "Start with Maarch 1.4"); } //ERROR diff --git a/core/trunk/install/lang/fr.php b/core/trunk/install/lang/fr.php index c91a22de59e6e1f8208a470d522db4008c9811cc..e7a9fe3cb583fe29f20c222a1b1294e839861891 100755 --- a/core/trunk/install/lang/fr.php +++ b/core/trunk/install/lang/fr.php @@ -40,7 +40,7 @@ if (!defined('_PREREQUISITES_HEAD')) { } if (!defined('_PREREQUISITES_EXP')) { - define('_PREREQUISITES_EXP', "L'installation de Maarch nécessite un certain nombre de pré-requis au niveau de l'installation de PHP. Reportez-vous à la page <A style='color: #800000; font-family:verdana;' href='http://www.maarch.org/projets/entreprise/architecture-technique-et-prerequis-pour-maarch-entreprise-1.3' target=\"_blank\"> pre-requis</A> pour les détails"); + define('_PREREQUISITES_EXP', "L'installation de Maarch nécessite un certain nombre de pré-requis au niveau de l'installation de PHP. Reportez-vous à la page <A style='color: #800000; font-family:verdana;' href='http://www.maarch.org/projets/entreprise/architecture-technique-et-prerequis-pour-maarch' target=\"_blank\"> pre-requis</A> pour les détails"); } if (!defined('_ACTIVATED')) { define('_ACTIVATED', "Conforme"); @@ -242,7 +242,7 @@ if (!defined('_RESUME')) { } if (!defined('_START_MEP_1_3')) { - define('_START_MEP_1_3', "Démarrer avec Maarch Entreprise 1.3"); + define('_START_MEP_1_3', "Démarrer avec Maarch 1.4"); } //ERROR