mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-06 13:16:54 +02:00
Merge pull request #6 from mbarzda/patch-1
Install Script: updated .htaccess check text
This commit is contained in:
@@ -419,7 +419,7 @@
|
|||||||
if (is_writable('.htaccess')){
|
if (is_writable('.htaccess')){
|
||||||
echo '<span class="ok"><li>'.__('Main .htaccess file writable', 'system').'</li></span>';
|
echo '<span class="ok"><li>'.__('Main .htaccess file writable', 'system').'</li></span>';
|
||||||
} else {
|
} 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>';
|
if (isset($errors['sitename'])) echo '<span class="error"><li>'.$errors['sitename'].'</li></span>';
|
||||||
|
Reference in New Issue
Block a user