|
|
@@ -106,35 +106,7 @@
|
|
|
</tr>
|
|
|
<?php
|
|
|
}
|
|
|
- ?>
|
|
|
- <tr>
|
|
|
- <td>application/database.php</td>
|
|
|
- <td>读写</td>
|
|
|
- <?php
|
|
|
- if (is_writable(SITEDIR.'application/database.php')){
|
|
|
- echo "<td><span class='correct_span'>√</span>可写 </td>
|
|
|
- <td><span class='correct_span'>√</span>可读</td>";
|
|
|
- }else{
|
|
|
- $err++;
|
|
|
- echo "<td><span class='correct_span error_span'>√</span>不可写 </td>
|
|
|
- <td><span class='correct_span error_span'>√</span>不可读</td>";
|
|
|
- }
|
|
|
- ?>
|
|
|
- </tr>
|
|
|
- <tr>
|
|
|
- <td>application/config.php</td>
|
|
|
- <td>读写</td>
|
|
|
- <?php
|
|
|
- if (is_writable(SITEDIR.'application/config.php')){
|
|
|
- echo "<td><span class='correct_span'>√</span>可写 </td>
|
|
|
- <td><span class='correct_span'>√</span>可读</td>";
|
|
|
- }else{
|
|
|
- $err++;
|
|
|
- echo "<td><span class='correct_span error_span'>√</span>不可写 </td>
|
|
|
- <td><span class='correct_span error_span'>√</span>不可读</td>";
|
|
|
- }
|
|
|
- ?>
|
|
|
- </tr>
|
|
|
+ ?>
|
|
|
</table>
|
|
|
<table width="100%">
|
|
|
<tr>
|