hello, i currently have this piece of code opening a file outside a root directory so that a user can only download after a number of checks.
deleted
but if i use
header('Location: file.avi');
instead, will the client be able to get the original source of the file somehow?
thanks