Responsive design;

New menus (members);
Improved interface for parent editing;
This commit is contained in:
Ricsi
2016-12-03 11:10:28 +01:00
parent 289f409405
commit 303f26587f
69 changed files with 2037 additions and 2111 deletions

View File

@@ -0,0 +1,8 @@
<?php
setcookie('badminton_coach_user', 'null', time()-60*60*72, '/');
unset($_COOKIE['badminton_coach_user']);
header('Location: http://' . $_SERVER['HTTP_HOST']);
?>