X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3c5c333f6d7a4a3f54fb711547dbd48403912c3a..926b8d63a0be596b0c95cb55f01addae410af50c:/invoice_add.php diff --git a/invoice_add.php b/invoice_add.php index 5267056c..ad9c3cfb 100644 --- a/invoice_add.php +++ b/invoice_add.php @@ -40,6 +40,7 @@ if (!$user->isPluginEnabled('iv')) { header('Location: feature_disabled.php'); exit(); } +// End of access checks. if ($request->isPost()) { $cl_date = $request->getParameter('date');