> How do I set the php include path in Quercus? I have some php files
> that I want to be able to include, but I don't want people to be able to
> browse to them directly. They are in WEB_INF/php, though I could move
You can set it with method set_include_path("WEB-INF/php");
include "inc.php"; // will look for inc.php in WEB-INF/php directory then
--Alex
> them if there was a convention.
>
> Michael
>
>
> _______________________________________________
> resin-interest mailing list
> [email protected]
> http://maillist.caucho.com/mailman/listinfo/resin-interest
_______________________________________________
resin-interest mailing list
[email protected]
http://maillist.caucho.com/mailman/listinfo/resin-interest