Skip to content

Commit

Permalink
Merge branch 'main' of github.com:stechstudio/phpinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
jszobody committed Jan 5, 2023
2 parents 8ce2f49 + 26b27a9 commit e9fa2a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ foreach($info->modules() AS $module) {

// Configs are grouped the same way phpinfo() groups them by table
// Different groups have different table headers, different number of values
foreach($modules->groups AS $group) {
foreach($module->groups() AS $group) {
$group->headings(); // [Directive, Local Value, Master Value]

foreach($group->configs() AS $config) {
Expand Down Expand Up @@ -150,4 +150,4 @@ foreach ($info->modules() AS $module) {
}
echo '</ul>';
}
```
```

0 comments on commit e9fa2a2

Please sign in to comment.