$OpenBSD: patch-pgfouine_php,v 1.1.1.1 2008/04/29 13:37:57 ajacoutot Exp $ --- pgfouine.php.orig Thu Apr 17 10:17:39 2008 +++ pgfouine.php Thu Apr 17 10:19:13 2008 @@ -32,6 +32,8 @@ if(strpos(phpversion(), '4.4') === 0) { error_reporting(E_ALL); } +ini_set('include_path', '!!PREFIX!!/share/pgfouine'); + include('version.php'); require_once('include/lib/common.lib.php'); require_once('include/base.lib.php');