mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-14 07:36:29 +02:00
merchant dependent sites
This commit is contained in:
parent
6250f08e10
commit
61c3c3deb9
3 changed files with 12 additions and 30 deletions
|
@ -102,6 +102,11 @@ if(!$coo && !$q->param('merchant_id')){
|
|||
print $jrout;
|
||||
return Apache2::Const::OK;
|
||||
exit 0;
|
||||
}else{
|
||||
($aowner,my $return_merchant) = $apif->fetch_merchant($q,\%varenv,$coo,$q->param('merchant_id'));
|
||||
if($aowner && ($aowner == 195 || $aowner == 185 || $aowner == 176)){
|
||||
$response->{agb_html} = "site/agb_konrad_1.html";
|
||||
}
|
||||
}
|
||||
|
||||
#If param>40 || value > 400 then exit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue