Skip to content
Snippets Groups Projects
Commit 9753e44a authored by Andreas Fischer's avatar Andreas Fischer
Browse files

Do not use realpath() on includes.

If the file does not exist, realpath() returns false and "include false;"
produces "Failed opening '' for inclusion" which is a useless error message.

'include' works just fine with symlinks, "./" and "../".
parent 12f4494d
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment