(2015-10-06, 10:38:07)inteq Wrote: Same problem as Mark above.
I tried editing download-manager.php and added the extension but i still get "Not allowed file type."
I thought it had something to do with lines 211-214 in inc/download_manager.php
PHP Code:
if (!array_key_exists($fext, $allowed_ext)) {
die($data->msgnotallftype);
}
Same, I did text search over entire GS dir, added it as extension, and it still doesn't work... Eh? I'm clueless