]> git.sesse.net Git - itkacl/blobdiff - itkacl-web-1.0/web/add.pl
Release a new version of the Apache module, with the context support.
[itkacl] / itkacl-web-1.0 / web / add.pl
index 8a1ce016144d0715eb5cac0614425bcd76dd338a..aa19b95dc11e3019768bfce54cda854170984e6f 100755 (executable)
@@ -7,6 +7,7 @@ use lib '../include';
 use itkaclcommon;
 
 itkaclcommon::init();
+itkaclcommon::check_csrf_token();
 
 my $allow = $itkaclcommon::cgi->param('allow');
 my $entry = $itkaclcommon::cgi->param('entry');