1<?php 2$p = clean($package_name); 3$b = clean($bug_id); 4response_header('Patch Added :: ' . $p . ' :: Bug #' . $b); 5?> 6<h1>Patch Added to Bug #<?php echo $b; ?>, Package <?php echo $p; ?></h1> 7<?php 8include "{$ROOT_DIR}/templates/listpatches.php"; 9response_footer(); 10