X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=invoice_add.php;h=ad9c3cfb8cb2693d586d493a6fe97dce78b97909;hb=40e7c879cbbc4f00227c039f1a86d48f81e10101;hp=5267056c0ee42833a84ceb93f01c47b1b0062b4b;hpb=4dcb88a76a3de466ee6116ae0852f53ba2b259a5;p=timetracker.git 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');