|
This status page includes the following information:\n"; echo "
" . $title . " |
"; $execOutput = ""; $execStatus = ""; $fd = popen("{$command} 2>&1", "r"); while (($line = fgets($fd)) !== FALSE) { echo htmlspecialchars($line, ENT_NOQUOTES); } pclose($fd); echo " |
|