Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
SambaEdu
sambaedu-wpkg
Commits
809888c6
Commit
809888c6
authored
Feb 08, 2022
by
Laurent Joly
Browse files
Correctif sur la date
parent
35bc7b7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
sources/var/www/sambaedu/wpkg/maintenance_gestion_poste.php
View file @
809888c6
<?php
/**
* Maintenance
suppr
es
s
ion des postes
* Maintenance
g
es
t
ion des postes
* @Projet LCS / SambaEdu
* @auteurs Laurent Joly
...
...
@@ -260,7 +260,9 @@ foreach ($liste_poste as $nom_poste => $lp)
echo
"</td>"
;
echo
"<td align='center'>"
.
$lp
[
"nb_appli"
]
.
"</td>"
;
echo
"<td align='center'>"
.
$lp
[
"nb_appli_installed"
]
.
"</td>"
;
echo
"<td align='center'><a href='log.php?logfile="
.
$lp
[
"file_rapport_poste"
]
.
"' target='rapport_poste' style='color: "
.
$lnk
.
"'>"
.
$lp
[
"date"
]
.
" à "
.
$lp
[
"time"
]
.
"</a></td>"
;
$rapport_date
=
date
(
'd/m/Y'
,
strtotime
(
$lp
[
"date_modification_poste"
]));
$rapport_time
=
date
(
'H:i:s'
,
strtotime
(
$lp
[
"date_modification_poste"
]));
echo
"<td align='center'><a href='log.php?logfile="
.
$lp
[
"file_rapport_poste"
]
.
"' target='rapport_poste' style='color: "
.
$lnk
.
"'>"
.
$rapport_date
.
" à "
.
$rapport_time
.
"</a></td>"
;
echo
"<td align='center'>"
.
$lp
[
"IP_poste"
]
.
"</td>"
;
echo
"<td align='center'>"
.
$lp
[
"mac_address_poste"
]
.
"</td>"
;
echo
"<td align='center'>"
.
$lp
[
"uuid_poste"
]
.
"</td>"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment