Addition to the System Status configuration list display

Registered by TitanKing

At the bottom of the System Status page the $configuration array is plotted. It would be useful if the $configuration['host'] sub-array is also displayed. This can be done by adding the following loop to the system_admin/admin.php file just above the existing loop that populates the $RESULTS variable:

// Loop through the $configuration['host'] array and retrieve data.
foreach ($configuration['host'] as $c_key => $c_data)
{
// Alternate color.
$alt = $template->alt_color($alt);

$RESULTS .= <<

\$configuration['host']['$c_key']

$c_data

HTML;
}

Blueprint information

Status:
Complete
Approver:
TitanKing
Priority:
Undefined
Drafter:
TitanKing
Direction:
Needs approval
Assignee:
TitanKing
Definition:
Approved
Series goal:
None
Implementation:
Implemented
Milestone target:
None
Started by
TitanKing
Completed by
TitanKing

Related branches

Sprints

Whiteboard

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.