mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added php-xml as a requirement
This commit is contained in:
@@ -808,7 +808,7 @@ if (isset($_POST['add_telemetry'])) {
|
||||
$_SESSION['alert_message'] = '';
|
||||
}
|
||||
?>
|
||||
|
||||
|
||||
<?php if (isset($_GET['checks'])) {
|
||||
|
||||
$checks = [];
|
||||
@@ -821,6 +821,7 @@ if (isset($_POST['add_telemetry'])) {
|
||||
'php-curl' => 'curl',
|
||||
'php-mbstring' => 'mbstring',
|
||||
'php-gd' => 'gd',
|
||||
'php-xml' => 'xml',
|
||||
];
|
||||
|
||||
foreach ($extensions as $name => $ext) {
|
||||
@@ -1107,7 +1108,7 @@ if (isset($_POST['add_telemetry'])) {
|
||||
<?php endforeach; ?>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
<a href="?database" class="btn btn-primary text-bold">Next (Database)<i class="fa fa-fw fa-arrow-circle-right ml-2"></i></a>
|
||||
|
||||
Reference in New Issue
Block a user