projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e6a88
)
Fix non-absolute include
author
chriskl
<chriskl>
Wed, 7 Dec 2005 01:31:28 +0000
(
01:31
+0000)
committer
chriskl
<chriskl>
Wed, 7 Dec 2005 01:31:28 +0000
(
01:31
+0000)
libraries/lib.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/libraries/lib.inc.php
b/libraries/lib.inc.php
index 227372f1015e1a2a40bce6b55f0ef03f0b861c1a..fbd3029eaa0e867bc1118e98ce43918f664d17b1 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.10
8 2005/11/23 04:29:02
chriskl Exp $
+ * $Id: lib.inc.php,v 1.10
9 2005/12/07 01:31:28
chriskl Exp $
*/
- include_once('decorator.inc.php');
+ include_once('
./libraries/
decorator.inc.php');
include_once('./lang/translations.php');
// Set error reporting level to max