Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LQDN Adminsys
don
Commits
997b81dd
Commit
997b81dd
authored
Jul 21, 2018
by
Mindiell
Browse files
Nettoyage de quelques fichiers inutiles
parent
dda0b911
Changes
3
Hide whitespace changes
Inline
Side-by-side
arrow.php
deleted
100644 → 0
View file @
dda0b911
<?php
require_once
(
"app/Utils.php"
);
$i
=
imagecreatefrompng
(
"static/images/logo-lqdn.png"
);
$x
=
intval
(
$_REQUEST
[
"x"
]);
$y
=
intval
(
$_REQUEST
[
"y"
]);
Utils
::
add_arrow
(
$i
,
$x
,
$y
);
header
(
"Content-Type: image/png"
);
imagepng
(
$i
);
banner_en_US.php
deleted
100644 → 0
View file @
dda0b911
<?php
header
(
"Content-Type: image/png"
);
readfile
(
"./images/banner_en_US.png"
);
banner_fr_FR.php
deleted
100644 → 0
View file @
dda0b911
<?php
header
(
"Content-Type: image/png"
);
readfile
(
"./images/banner_fr_FR.png"
);
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