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 des champs AUF
[auf-serveur.git]
/
glpi-plugin-auf
/
plugin
/
front
/
profile.form.php
1
<
?php
2
include
(
"../../../inc/includes.php"
);
3
4
Session
::
checkRight
(
"profile"
,
"r"
);
5
6
$prof
=
new
PluginAufProfile
();
7
8
if
(
isset
(
$_POST
[
'update_user_profile'
])) {
9
$prof
->
update
(
$_POST
);
10
Html
::
back
();
11
}
12
?
>