4cf3b46d by Jeff Balicki

test 3

1 parent 06a72da1
...@@ -8,6 +8,8 @@ if(array_key_exists('logout',$_GET)) ...@@ -8,6 +8,8 @@ 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 ?>
12 14
13 15
......