fix include path
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 8 Jan 2006 16:53:32 +0000 (16:53 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sun, 8 Jan 2006 16:53:32 +0000 (16:53 +0000)
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

index b8dee82..947e751 100644 (file)
@@ -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');