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
3fe43ffb
authored
2016-03-10 13:40:37 -0500
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
e
1 parent
333e8673
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
.gitignore
includes/function.php
.gitignore
View file @
3fe43ff
...
...
@@ -6,7 +6,7 @@
/11-**
/11-**
/12-**
/13-**
...
...
includes/function.php
View file @
3fe43ff
...
...
@@ -2,7 +2,7 @@
session_start
();
$clientId
=
$_POST
[
'id'
];
$dockets_obj
=
json_decode
(
$_SESSION
[
'lookup'
]);
// error_log('test error'. $dockets_obj);
$opt
=
" "
;
...
...
Please
register
or
sign in
to post a comment