4c206b37 by Jeff Balicki

test

1 parent 30da50c6
...@@ -9,3 +9,4 @@ if(array_key_exists('logout',$_GET)) ...@@ -9,3 +9,4 @@ if(array_key_exists('logout',$_GET))
9 header("Location:index.php"); 9 header("Location:index.php");
10 } 10 }
11 ?> 11 ?>
12
......