"); $stripchart_cgi_url = parse_config($config, ""); db_init(); $title = "Project Management"; admin_page_head($title); echo "

Browse database: Maintain and Modify database:
"; echo "

Clear Host:
"; $show_only = array('all'); // Add all appid's you want to display or 'all' $result = mysql_query("select id, name from app"); while ($app = mysql_fetch_object($result)) { if (in_array($app->id, $show_only) || in_array("all", $show_only)) { echo "
Result summary for $app->name: "; } } mysql_free_result($result); echo " Stripcharts | Show/Grep all logs | Tail MySQL logs "; admin_page_tail(); // TODO: Add functionality to list the number of recommends / rejects received // by each profiled user. ?>