Hi,
In v7.0.9 there is a (double) bug in api/index.php on line 88 & 231:
replace
< if (count($split>1))
by
> if (count(split)>1)
HTH
Pierre
In v7.0.9 there is a (double) bug in api/index.php on line 88 & 231:
replace
< if (count($split>1))
by
> if (count(split)>1)
HTH
Pierre