[go: nahoru, domu]

Voting

: one minus one?
(Example: nine)

The Note You're Voting On

Sinured
16 years ago
In response to "grey - greywyvern - com":

If you know the target _can't_ be a remote file (e.g. prefixing it with a directory), you should use include instead.
If the user manages to set the target to some kinda config-file (configuration.php in Joomla!), he will get a blank page - unless readfile() is used. Using include will just behave as a normal request (no output).
For remote files however use readfile().

<< Back to user notes page

To Top