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
se3-wpkg
Commits
d5ff9cee
Commit
d5ff9cee
authored
Jul 03, 2017
by
lolo4992
Browse files
Changement droit sur listappli
parent
e255387e
Changes
3
Hide whitespace changes
Inline
Side-by-side
sources/debian/changelog
View file @
d5ff9cee
se3-wpkg (0.90
~5
) unstable; urgency=low
se3-wpkg (0.90) unstable; urgency=low
* Correctif sur le code php pourri
* Correctif sur la couleur des liens
...
...
sources/www/listappli.php
View file @
d5ff9cee
...
...
@@ -24,10 +24,10 @@
echo
"//-->
\n
</script>
\n
"
;
exit
;
}
/*
if
(
is_admin
(
"computers_is_admin"
,
$login
)
!=
"Y"
)
die
(
gettext
(
"Vous n'avez pas les droits suffisants pour accéder à cette fonction"
)
.
"</BODY></HTML>"
);
*/
// HTMLpurifier
include
(
"../se3/includes/library/HTMLPurifier.auto.php"
);
$config
=
HTMLPurifier_Config
::
createDefault
();
...
...
sources/www/listappli2.php
View file @
d5ff9cee
...
...
@@ -25,10 +25,10 @@
echo
"//-->
\n
</script>
\n
"
;
exit
;
}
/*
if
(
is_admin
(
"computers_is_admin"
,
$login
)
!=
"Y"
)
die
(
gettext
(
"Vous n'avez pas les droits suffisants pour accéder à cette fonction"
)
.
"</BODY></HTML>"
);
*/
// HTMLpurifier
include
(
"../se3/includes/library/HTMLPurifier.auto.php"
);
$config
=
HTMLPurifier_Config
::
createDefault
();
...
...
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