lastenradbayern

This commit is contained in:
ragu 2022-05-06 11:06:06 +02:00
parent 55bfe20583
commit 0f89b9e836
2 changed files with 3 additions and 1 deletions

View file

@ -85,6 +85,8 @@ sub handler {
#$bw->log("Indexsharee merchant select by netloc:",$netloc,"");
$varenv{syshost} = $1 if( -d "/var/www/copri-bike/$1");
$mode = "manager" if($varenv{syshost} =~ /shareedms-/ && !$mode);
}elsif($netloc =~ /lastenradbayern\.net/){
$varenv{syshost} = "shareeweb-bayern";
}
die "no configuration available" if(!$varenv{syshost});