From: x2000habouzit Date: Sun, 8 Jan 2006 16:53:32 +0000 (+0000) Subject: fix include path X-Git-Tag: xorg/0.9.9~36 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=8234aaaaf178ba86cfdc698bf207f52ad41effb3;p=platal.git fix include path git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.9@191 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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');