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
/
computer.form.php
1
<
?php
2
include
(
"../../../inc/includes.php"
);
3
4
Session
::
checkRight
(
"computer"
,
"w"
);
5
6
$computer
=
new
PluginAufComputer
();
7
8
if
(
isset
(
$_POST
[
'update_computer'
])) {
9
$computer
->
update
(
$_POST
);
10
Html
::
back
();
11
}
12
?
>