Skip to content
Snippets Groups Projects
Commit 57bef000 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

evo: new install for mep 1.4

parent 8203af01
No related branches found
No related tags found
No related merge requests found
...@@ -197,13 +197,13 @@ class Install extends functions ...@@ -197,13 +197,13 @@ class Install extends functions
public function isIniErrorRepportingRequirements() public function isIniErrorRepportingRequirements()
{ {
if (version_compare(PHP_VERSION, '5.4') >= 0) { if (version_compare(PHP_VERSION, '5.4') >= 0) {
if (ini_get('error_reporting') <> 24567) { if (ini_get('error_reporting') <> 22519) {
return false; return false;
} else { } else {
return true; return true;
} }
} else { } else {
if (ini_get('error_reporting') <> 22519) { if (ini_get('error_reporting') <> 24567) {
return false; return false;
} else { } else {
return true; return true;
......
core/trunk/install/img/logo.png

94.1 KiB | W: | H:

core/trunk/install/img/logo.png

87.6 KiB | W: | H:

core/trunk/install/img/logo.png
core/trunk/install/img/logo.png
core/trunk/install/img/logo.png
core/trunk/install/img/logo.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -244,7 +244,7 @@ if (!defined('_RESUME')) { ...@@ -244,7 +244,7 @@ if (!defined('_RESUME')) {
} }
if (!defined('_START_MEP_1_3')) { 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 //ERROR
......
...@@ -40,7 +40,7 @@ if (!defined('_PREREQUISITES_HEAD')) { ...@@ -40,7 +40,7 @@ if (!defined('_PREREQUISITES_HEAD')) {
} }
if (!defined('_PREREQUISITES_EXP')) { 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')) { if (!defined('_ACTIVATED')) {
define('_ACTIVATED', "Conforme"); define('_ACTIVATED', "Conforme");
...@@ -242,7 +242,7 @@ if (!defined('_RESUME')) { ...@@ -242,7 +242,7 @@ if (!defined('_RESUME')) {
} }
if (!defined('_START_MEP_1_3')) { 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 //ERROR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment