Hello,
Not sure if this is a bug or not; came across it when looking for something else.
In file 'website_code/php/import/fileupload.php', line 30 shows:
Code:
if(!strpos($php_check,"<?PHP")){
However, if this is a check to see if the uploaded file has php in it, then surely it should be using 'stripos' - check the string case-independently?
John.