X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fconnect.db.inc.php;h=8e0f8303c9b2aab0ff8120bc3f40f847e6680236;hb=7903a47a0bbf5496eb7d764008b399246d2a1843;hp=0fc5ac6c6355f57422d3e38697626053375b044e;hpb=9fc2d0d27274e03806caa10785a78dc4707690e6;p=platal.git diff --git a/bin/connect.db.inc.php b/bin/connect.db.inc.php index 0fc5ac6..8e0f830 100644 --- a/bin/connect.db.inc.php +++ b/bin/connect.db.inc.php @@ -19,11 +19,11 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -ini_set('include_path',dirname(__FILE__).'/../include:/usr/share/php'); +ini_set('include_path',dirname(__FILE__).'/../include:' . dirname(__FILE__).'/../classes:/usr/share/php'); require_once('xorg.inc.php'); require_once('xorg.misc.inc.php'); -require_once dirname(__FILE__).'/../classes/xdb.php'; +require_once 'xdb.php'; ?>