Skip to content

Commit

Permalink
Check fpassthru() function in System Status - closes #597
Browse files Browse the repository at this point in the history
  • Loading branch information
freescout-help-desk committed Sep 2, 2022
1 parent d7a6260 commit 1535fc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/SystemController.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public function status(Request $request)
$functions = [
'shell_exec (PHP)' => function_exists('shell_exec'),
'proc_open (PHP)' => function_exists('proc_open'),
'fpassthru (PHP)' => function_exists('fpassthru'),
'ps (shell)' => function_exists('shell_exec') ? shell_exec('ps') : false,
];

Expand Down

0 comments on commit 1535fc6

Please sign in to comment.