mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-05-04 18:08:42 +02:00
Modif mineure
git-svn-id: https://forge.glpi-project.org/svn/example/trunk@36 349b9182-4a13-0410-896f-e5e9767dd1b3
This commit is contained in:
parent
39c28f8b1d
commit
15b05d986f
@ -84,10 +84,13 @@ function plugin_init_example() {
|
||||
|
||||
// Cron action
|
||||
$PLUGIN_HOOKS['cron']['example'] = DAY_TIMESTAMP;
|
||||
|
||||
//redirect appel http://localhost/glpi/index.php?redirect=plugin_example_2 (ID 2 du form)
|
||||
$PLUGIN_HOOKS['redirect_page']['example']="example.form.php";
|
||||
|
||||
//function to populate planning
|
||||
$PLUGIN_HOOKS['planning_populate']['example']="plugin_planning_populate_example";
|
||||
|
||||
//function to populate planning
|
||||
$PLUGIN_HOOKS['display_planning']['example']="plugin_display_planning_example";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user