<?php
/*
 * PIMPED APACHE-STATUS
 * 
 * view: ORIGINAL server-status
 */

$content='';
$content.='view singleserver.php<br>';

echo count($aSrvStatus);
print_r($aSrvStatus);

echo $content;

?>