Skip to content

Commit

Permalink
Report blocked functions in system info
Browse files Browse the repository at this point in the history
  • Loading branch information
cconard96 authored and trasher committed Dec 12, 2023
1 parent 0650f43 commit 40faf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -1932,7 +1932,7 @@ public static function showSystemInfoTable($params = [])

foreach (
['max_execution_time', 'memory_limit', 'post_max_size', 'safe_mode',
'session.save_handler', 'upload_max_filesize'
'session.save_handler', 'upload_max_filesize', 'disable_functions'
] as $key
) {
$msg .= $key . '="' . ini_get($key) . '" ';
Expand Down

0 comments on commit 40faf81

Please sign in to comment.