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
9ce1564d
authored
2016-09-08 11:47:18 -0400
by
Jeff Balicki
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
ew
1 parent
86e7003e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
logout.php
logout.php
View file @
9ce1564
...
@@ -9,7 +9,7 @@ if(array_key_exists('logout',$_GET))
...
@@ -9,7 +9,7 @@ if(array_key_exists('logout',$_GET))
9
header
(
"Location:index.php"
);
9
header
(
"Location:index.php"
);
10
}
10
}
11
11
12
//test
12
//test
2
13
?>
13
?>
14
14
15
15
...
...
Please
register
or
sign in
to post a comment