From 8234aaaaf178ba86cfdc698bf207f52ad41effb3 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 8 Jan 2006 16:53:32 +0000 Subject: [PATCH] fix include path git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.9@191 839d8a87-29fc-0310-9880-83ba4fa771e5 --- bin/connect.db.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/connect.db.inc.php b/bin/connect.db.inc.php index b8dee82..947e751 100644 --- a/bin/connect.db.inc.php +++ b/bin/connect.db.inc.php @@ -19,7 +19,7 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -ini_set('include_path','/usr/share/php:../include:../../include'); +ini_set('include_path','/usr/share/php:.:..:../include:../../include'); require_once('xorg.inc.php'); require_once('xorg.misc.inc.php'); -- 2.1.4