X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fconnect.db.inc.php;h=db6e3795bdabfeae95dee9f9b48f2574969a50c1;hb=808852c59c57a98ea205d9edeefba655aa68412b;hp=90dc2acfaf317a7ea5914c649996b38542a8ebb2;hpb=57e834acf593ac435793ce7e50b472535e724148;p=platal.git diff --git a/bin/connect.db.inc.php b/bin/connect.db.inc.php index 90dc2ac..db6e379 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:'.dirname(__FILE__).'/../include'); require_once('xorg.inc.php'); require_once('xorg.misc.inc.php');