1
0
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:
Awilum
2012-11-06 18:04:37 +02:00
parent bcf3eb7f2d
commit d9a447c8c2

View File

@@ -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>