1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-03 11:47:51 +02:00

Merge pull request #6 from mbarzda/patch-1

Install Script: updated .htaccess check text
This commit is contained in:
Sergey Romaneko
2012-09-30 14:13:38 -07:00

View File

@@ -419,7 +419,7 @@
if (is_writable('.htaccess')){
echo '<span class="ok"><li>'.__('Main .htaccess file writable', 'system').'</li></span>';
} else {
echo '<span class="error"><li>'.__('Main .htaccess not writable').'</li></span>';
echo '<span class="error"><li>'.__('Main .htaccess file not writable', 'system').'</li></span>';
}
if (isset($errors['sitename'])) echo '<span class="error"><li>'.$errors['sitename'].'</li></span>';