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
287a1baf
authored
2016-03-30 16:10:58 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
e
1 parent
2b8535de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
login.php
login.php
View file @
287a1ba
...
...
@@ -20,6 +20,7 @@
<script
type=
"text/javascript"
>
// document.domain = 'gotenzing.com';
</script>
<?php
session_start
();
?>
</head>
...
...
@@ -28,7 +29,7 @@
include_once
(
"./config.php"
);
include_once
(
"includes/functions.php"
);
session_start
();
//print_r($_GET);die;
if
(
isset
(
$_REQUEST
[
'code'
])){
...
...
Please
register
or
sign in
to post a comment