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
c46d9b28
Commit
c46d9b28
authored
Feb 08, 2022
by
Laurent Joly
Browse files
Erreur de variable
parent
fa43dfc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
sources/var/www/sambaedu/wpkg/maintenance_gestion_poste.php
View file @
c46d9b28
...
...
@@ -311,7 +311,7 @@ foreach ($liste_poste as $nom_poste => $lp)
echo
"<td align='center'>"
.
$lp
[
"nb_appli_installed"
]
.
"</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'><a href='log.php?logfile="
.
$lp
[
"file_
log
_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