diff --git a/setup.php b/setup.php index eb81d40..9122590 100755 --- a/setup.php +++ b/setup.php @@ -161,7 +161,7 @@ function plugin_init_example() { $PLUGIN_HOOKS['post_init']['example'] = 'plugin_example_postinit'; - // CSRF compliance + // CSRF compliance : All actions must be done via POST and forms closed by Html::closeForm(); $PLUGIN_HOOKS['csrf_compliant']['example'] = true; }