Add message if no associations in a city, fix php redirect script
This commit is contained in:
parent
788f95b45c
commit
4dda40f65c
3 changed files with 11 additions and 3 deletions
|
@ -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":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue