1
MRF / Re: Getting error on setup
« on: June 06, 2016, 03:14:18 PM »
Thanks for the reply!
upload_max_filesize: 256M
max file upload on cloudflare: 100Mb (Unable to change unless on enterprise)
Tried uploading a .exe file from system 32 again, same file , got this error:
This is the code that appears to be causing the issue
Hope that helps you guys!
upload_max_filesize: 256M
max file upload on cloudflare: 100Mb (Unable to change unless on enterprise)
Tried uploading a .exe file from system 32 again, same file , got this error:
Code: [Select]
VM112:3 Uncaught TypeError: Cannot read property 'toLowerCase' of undefined
This is the code that appears to be causing the issue
Code: [Select]
else if (file.vendor.toLowerCase().indexOf("rootkit") != -1 || file.vendor.toLowerCase().indexOf("trojan") != -1)
Hope that helps you guys!