@@ -354,10 +354,10 @@ function printStep0() {
@@ -369,118 +369,118 @@ function printStep0() {
function printStep1() {
$res = checkRequirements();
?>
-
+
-
+
= _t('gen.short.ok') ?> = _t('install.check.php.ok', PHP_VERSION) ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.php.nok', PHP_VERSION, '5.6.0') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.minz.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.minz.nok', join_path(LIB_PATH, 'Minz')) ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.pdo.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.pdo.nok') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.curl.ok', $version['version']) ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.curl.nok') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.json.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.json.nok') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.pcre.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.pcre.nok') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.ctype.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.ctype.nok') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.dom.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.dom.nok') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.xml.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.xml.nok') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.mbstring.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.mbstring.nok') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.fileinfo.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.fileinfo.nok') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.data.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.data.nok', DATA_PATH) ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.cache.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.cache.nok', CACHE_PATH) ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.users.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.users.nok', USERS_PATH) ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.favicons.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.favicons.nok', DATA_PATH . '/favicons') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.check.http_referer.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.check.http_referer.nok') ?>
-
+
= _t('gen.short.attention') ?> = _t('install.check.already_installed') ?>
-
+
= _t('install.action.next_step') ?>
-
+
= _t('install.action.fix_errors_before') ?>
-
+
= _t('gen.short.ok') ?> = _t('install.bdd.conf.ok') ?>
-
+
= _t('gen.short.damn') ?> = _t('install.bdd.conf.ko'),(empty($_SESSION['bd_error']) ? '' : ' : ' . $_SESSION['bd_error']) ?>