From 80158528f8bc94863f856695c366ab39e1d77075 Mon Sep 17 00:00:00 2001 From: tsmr Date: Mon, 5 Feb 2007 10:56:41 +0000 Subject: [PATCH] [example] maj setup.php git-svn-id: https://forge.glpi-project.org/svn/example/trunk@13 349b9182-4a13-0410-896f-e5e9767dd1b3 --- setup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.php b/setup.php index 61ffabb..66b2f75 100755 --- a/setup.php +++ b/setup.php @@ -61,7 +61,7 @@ function plugin_init_example() { $PLUGIN_HOOKS['central_action']['example'] = 'plugin_central_action_example'; // Cron action $PLUGIN_HOOKS['cron']['example'] = DAY_TIMESTAMP; - //redirect + //redirect appel http://localhost/glpi/index.php?redirect=plugin_example_2 (ID 2 du form) $PLUGIN_HOOKS['redirect_page']['example']="example.form.php"; }