Security fix - improved access checks for task edit and deletes.
[timetracker.git] / task_add.php
index a5149e8..eaaba5e 100644 (file)
@@ -41,6 +41,7 @@ if (MODE_PROJECTS_AND_TASKS != $user->tracking_mode) {
   header('Location: feature_disabled.php');
   exit();
 }
+// End of access checks.
 
 $projects = ttTeamHelper::getActiveProjects($user->team_id);