projets
/
auf-serveur.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
glpi-plugin-auf : ajout rapport parc physique
[auf-serveur.git]
/
glpi-plugin-auf
/
plugin
/
hook.php
1
<
?php
2
/*
3
AUF plugin for GLPI
4
Copyright (C) 2014 AUF -- www.auf.org
5
*/
6
7
function
plugin_auf_install
() {
8
return
TRUE
;
9
}
10
11
function
plugin_auf_uninstall
() {
12
return
TRUE
;
13
}
14
15
?
>