Skip to content
Snippets Groups Projects
Commit b3a3c818 authored by Peter Rotich's avatar Peter Rotich
Browse files

Merge branch 'hotfix/installer' into develop

parents ed6c837c 97511058
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ if($_POST && $_POST['s']) { ...@@ -39,7 +39,7 @@ if($_POST && $_POST['s']) {
break; break;
case 'config': case 'config':
if(!$installer->config_exists()) if(!$installer->config_exists())
$errors['err']='Configuratin file does NOT exist. Follow steps below'.$installer->getConfigFile(); $errors['err']='Configuration file does NOT exist. Follow steps below to add one.';
elseif(!$installer->config_writable()) elseif(!$installer->config_writable())
$errors['err']='Write access required to continue'; $errors['err']='Write access required to continue';
else else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment