mirror of
https://github.com/itflow-org/itflow
synced 2026-07-23 17:00:40 +00:00
Remove Dig and Whois binary requirements, revert fetchUpdates function
This commit is contained in:
@@ -939,7 +939,7 @@ if (isset($_POST['add_telemetry'])) {
|
||||
$shellCommands = [];
|
||||
|
||||
if ($shell_exec_enabled) {
|
||||
$commands = ['whois', 'dig', 'git'];
|
||||
$commands = ['git'];
|
||||
|
||||
foreach ($commands as $command) {
|
||||
$which = trim(shell_exec("which $command 2>/dev/null"));
|
||||
|
||||
Reference in New Issue
Block a user