mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-07 21:56:39 +02:00
Install Script: updated .htaccess check text
Updated "Main .htaccess file not writable" string
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