mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 04:37:51 +02:00
Imformation Plugin: remove check config
This commit is contained in:
@@ -131,12 +131,6 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php if (File::writable(BOOT . DS . 'defines.php')) { ?>
|
|
||||||
<tr>
|
|
||||||
<td><span class="badge badge-error" style="padding-left:5px; padding-right:5px;"><b>!</b></span> </td>
|
|
||||||
<td><?php echo __('The configuration file has been found to be writable. We would advise you to remove all write permissions on defines.php on production systems.', 'information'); ?></td>
|
|
||||||
</tr>
|
|
||||||
<?php } ?>
|
|
||||||
<?php if (File::writable(MONSTRA . DS)) { ?>
|
<?php if (File::writable(MONSTRA . DS)) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><span class="badge badge-error" style="padding-left:5px; padding-right:5px;"><b>!</b></span> </td>
|
<td><span class="badge badge-error" style="padding-left:5px; padding-right:5px;"><b>!</b></span> </td>
|
||||||
|
Reference in New Issue
Block a user