From 54f230f8416af55187332d786d881bce4813dfe4 Mon Sep 17 00:00:00 2001 From: moyooo Date: Tue, 3 Jul 2012 09:33:33 +0000 Subject: [PATCH] improve comment git-svn-id: https://forge.glpi-project.org/svn/example/trunk@197 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }