(include_path='.:/usr/share/php') in /htdocs/core/includes.php code example
Example: php include once inside a function?
//yes this works
function derp(){include_once(yourfile.php);}
//yes this works
function derp(){include_once(yourfile.php);}