|
@@ -49,6 +49,12 @@ $formadmin = new FormAdmin(''); // Note: $db does not exist yet but we don't nee
|
|
|
pHeader("", "check"); // Next step = check
|
|
|
|
|
|
|
|
|
+if (!is_readable($conffile)) {
|
|
|
+ print '<br>';
|
|
|
+ print '<span class="opacitymedium">'.$langs->trans("NoReadableConfFileSoStartInstall").'</span>';
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
// Ask installation language
|
|
|
print '<br><br><div class="center">';
|
|
|
print '<table>';
|
|
@@ -61,7 +67,9 @@ print '</tr>';
|
|
|
|
|
|
print '</table></div>';
|
|
|
|
|
|
-print '<br><br><span class="opacitymedium">'.$langs->trans("SomeTranslationAreUncomplete").'</span>';
|
|
|
+
|
|
|
+
|
|
|
+//print '<br><br><span class="opacitymedium">'.$langs->trans("SomeTranslationAreUncomplete").'</span>';
|
|
|
|
|
|
// If there's no error, we display the next step button
|
|
|
if ($err == 0) {
|