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
6fffdb71
authored
2017-01-13 11:43:55 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
d0d87e88
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
index.php
index.php
View file @
6fffdb7
1
<?php
1
<?php
2
session_start
();
2
session_start
();
3
3
@
ini_set
(
"session.use_trans_sid"
,
"0"
);
4
@
ini_set
(
'session.gc_probability'
,
1
);
4
//let it work please again
5
//let it work please again
5
$dockets
=
Array
();
6
$dockets
=
Array
();
6
$valid
=
'home.html'
;
7
$valid
=
'home.html'
;
...
...
Please
register
or
sign in
to post a comment