From: chriskl Date: Wed, 7 Dec 2005 01:32:47 +0000 (+0000) Subject: Backport: Fix non-absolute include X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=ab8d02848d3f78aad5a23eae2a1c283f2381f90b;p=phppgadmin.git Backport: Fix non-absolute include --- diff --git a/HISTORY b/HISTORY index 3d9d4ed3..24ec5c22 100644 --- a/HISTORY +++ b/HISTORY @@ -6,6 +6,7 @@ Version 4.0.2 Bugs * Fix error reporting during SQL script execution +* Fix decorator.inc.php include for open_basedir restricted PHP Version 4.0.1 ------------- diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index 06c9ac58..65eb789a 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,9 +3,9 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.105.2.3 2005/11/23 04:31:10 chriskl Exp $ + * $Id: lib.inc.php,v 1.105.2.4 2005/12/07 01:32:47 chriskl Exp $ */ - include_once('decorator.inc.php'); + include_once('./libraries/decorator.inc.php'); include_once('./lang/translations.php'); // Set error reporting level to max