]> wagnertech.de Git - timetracker.git/blobdiff - admin_options.php
posaune
[timetracker.git] / admin_options.php
index 164ff33a118a8522f073834dea09a15d98aa3933..9448ef788424a6a7aed26388f7755fb198ee9d64 100644 (file)
@@ -36,6 +36,7 @@ if (!ttAccessAllowed('administer_site')) {
   header('Location: access_denied.php');
   exit();
 }
+// End of access checks.
 
 if ($request->isPost()) {
   $cl_name = trim($request->getParameter('name'));