Fix: Bad url
This commit is contained in:
parent
126f170122
commit
575661eddc
@ -78,8 +78,8 @@ if (! GETPOST("action"))
|
||||
}
|
||||
|
||||
$urlwithouturlroot=preg_replace('/'.preg_quote(DOL_URL_ROOT,'/').'$/i','',$dolibarr_main_url_root);
|
||||
$urlok=$urlwithouturlroot.DOL_URL_ROOT.'/public/paypal/paymentok.php?';
|
||||
$urlko=$urlwithouturlroot.DOL_URL_ROOT.'/public/paypal/paymentko.php?';
|
||||
$urlok=$urlwithouturlroot.DOL_URL_ROOT.'/public/paybox/paymentok.php?';
|
||||
$urlko=$urlwithouturlroot.DOL_URL_ROOT.'/public/paybox/paymentko.php?';
|
||||
|
||||
// Complete urls
|
||||
$TAG=GETPOST("tag",'alpha');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user