Add message if no associations in a city, fix php redirect script

This commit is contained in:
Kevin Alberts 2018-02-08 15:39:56 +01:00
parent 788f95b45c
commit 4dda40f65c
3 changed files with 11 additions and 3 deletions

View file

@ -2,7 +2,7 @@
ini_set('display_errors', true);
ini_set('display_startup_errors', true);
$association = explode(".", $_SERVER['HTTP_HOST']);
$association = $vereniging[0];
$association = $association[0];
$city = "enschede";
switch($association){
case "interactief":