Small security changes to feed page.
[Assignment-Trapper.git] / workflow.php
blob8ff736dbfc24ee96580fd3a6cd8772c38f4858fc
1 <?php
3 include_once("auth.php");
4 include_once("header.php");
5 include_once("time.php");
7 if($role != 0) { die("Account \"".$user_name."\" Is Not Authorized To View This Page.<br><br>This Event Will Be Logged And Reported."); }
9 ?>
13 <div class="col2">
14 <h3><img src="gfx/report.png">Assignments:</h3>
15 <a href="workflow_comments.php">Most Recent Comments</a><br>
16 <a href="workflow_ungraded.php">Assignments Ready For Grading</a>
17 </div>
18 <div class="col1">
19 </div>