query("SELECT Name FROM torrents_group WHERE ID='$GroupID'"); list($Name) = $DB->next_record(); if(!$Name) { error(404); } View::show_header("Revision history for $Name"); // Set title // Start printing form ?>

Revision history for

revision_history(); // the wiki class takes over from here ?>