<?php

include_once("common.php");

if (check_password()) {
	head("Select Task");
	?>
	Please select a task:
	<P>
	<?php
	include("select_task_contents.php");
}

tail();
?>
