projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d31ae0
)
Backport: Fix non-absolute include
author
chriskl
<chriskl>
Wed, 7 Dec 2005 01:32:47 +0000
(
01:32
+0000)
committer
chriskl
<chriskl>
Wed, 7 Dec 2005 01:32:47 +0000
(
01:32
+0000)
HISTORY
patch
|
blob
|
blame
|
history
libraries/lib.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/HISTORY
b/HISTORY
index 3d9d4ed31390834fbf90d1c423ca355f1a4ae7b5..24ec5c226975d2bf7e19953e8ee7a866d39869c9 100644
(file)
--- 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 06c9ac587269bd462efbf867d9f57aa6251ce0b7..65eb789ac2c3d60527179b43920230d82ded03c5 100644
(file)
--- 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