Is there a way to use include() whereby you can specify the path to the file as a parameter, rather than store the file in the directory as specified in php.ini.
For example place the relative path to the document as a parameter
Like this
include("../../thefolder/tehfile.inc");