Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Tenzing
/
banners-with-skip
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
d253d9c3
authored
2016-03-09 17:33:19 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
s
1 parent
8775b955
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
index.php
index.php
View file @
d253d9c
...
...
@@ -13,7 +13,7 @@
if
(
isset
(
$_GET
[
'id'
])
&&
$_GET
[
'id'
]
==
md5
(
$file
))
{
$valid
=
$file
.
'/publish/'
;
$id
=
'&id='
.
$_GET
[
'id'
];
$id
=
'&id='
.
$_GET
[
'id'
];
}
}
}
...
...
Please
register
or
sign in
to post a comment