mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 14:17:49 +02:00
Removed support for "Check Integrity Of Core Files"
Integrity is now always checked.
This commit is contained in:
@@ -369,6 +369,7 @@ class file_inspector {
|
||||
</td>
|
||||
</tr>";
|
||||
|
||||
/*
|
||||
$text .= "<tr>
|
||||
<td style='width: 35%'>
|
||||
".FC_LAN_8.":
|
||||
@@ -377,6 +378,7 @@ class file_inspector {
|
||||
<input type='radio' name='integrity' value='1'".(($_POST['integrity'] == '1' || !isset($_POST['integrity'])) ? " checked='checked'" : "")." /> ".LAN_YES."
|
||||
<input type='radio' name='integrity' value='0'".($_POST['integrity'] == '0' ? " checked='checked'" : "")." /> ".LAN_NO."
|
||||
</td></tr>";
|
||||
*/
|
||||
|
||||
$text .= "</table>";
|
||||
|
||||
|
Reference in New Issue
Block a user