if hack
git-svn-id: http://78.47.251.156/svn/dev/sterntours-3@3384 f459cee4-fb09-11de-96c3-f9c5f16c3c76
This commit is contained in:
parent
b48c03f33e
commit
283b665886
1 changed files with 3 additions and 1 deletions
|
|
@ -150,7 +150,9 @@ class DefaultController extends Controller
|
||||||
if ($data['typ'] ?? false) $ttUrl .= '&typ=0';
|
if ($data['typ'] ?? false) $ttUrl .= '&typ=0';
|
||||||
if (!empty($data['sportangebot'])) $ttUrl .= '&sportangebot='. $data['sportangebot'];
|
if (!empty($data['sportangebot'])) $ttUrl .= '&sportangebot='. $data['sportangebot'];
|
||||||
}else{
|
}else{
|
||||||
$ttUrl = 'http://www.vidado.com/booking/ibe_bp2/index.php?CID=8ce65750ce5af9d9a6b22c9b04772ea7&formular=4&engine=pauschal&showresult=1&'.$_SERVER['QUERY_STRING'];
|
if(strpos($_SERVER['QUERY_STRING'], 'ttexpedient')){
|
||||||
|
$ttUrl = 'http://www.vidado.com/booking/ibe_bp2/index.php?CID=8ce65750ce5af9d9a6b22c9b04772ea7&formular=4&engine=pauschal&showresult=1&'.$_SERVER['QUERY_STRING'];
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue