Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
don
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
25
Issues
25
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
LQDN Adminsys
don
Commits
997b81dd
Commit
997b81dd
authored
Jul 21, 2018
by
Mindiell
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Nettoyage de quelques fichiers inutiles
parent
dda0b911
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
14 deletions
+0
-14
arrow.php
arrow.php
+0
-8
banner_en_US.php
banner_en_US.php
+0
-3
banner_fr_FR.php
banner_fr_FR.php
+0
-3
No files found.
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
Markdown
is supported
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