11 lines
344 B
Text
11 lines
344 B
Text
--- 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');
|