a527b8e3 by Dan Rempel

Merge branch 'deploy' of git.gotenzing.com:tenzing/banners-with-skip into deploy

2 parents 0eb52647 4cf3b46d
...@@ -8,4 +8,9 @@ if(array_key_exists('logout',$_GET)) ...@@ -8,4 +8,9 @@ if(array_key_exists('logout',$_GET))
8 session_destroy(); 8 session_destroy();
9 header("Location:index.php"); 9 header("Location:index.php");
10 } 10 }
11
12 //test
11 ?> 13 ?>
14
15
16
......