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

spelling fix + remove debug

parent cff7586b
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ if($_POST && $_POST['s']) {
break;
case 'config':
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())
$errors['err']='Write access required to continue';
else
......
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