X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fconnect.db.inc.php;h=e2954f158bb3f24a72bc0bd9a4c4e68ee2de8205;hb=de08a5eb35a0daa5ea1817532f02367e0f0edbec;hp=f13dfa11a8dc006dea585939619a8566dce4a519;hpb=756ff73fbb0cdd01cce2eda27ba18e1cc99bd735;p=platal.git diff --git a/bin/connect.db.inc.php b/bin/connect.db.inc.php index f13dfa1..e2954f1 100644 --- a/bin/connect.db.inc.php +++ b/bin/connect.db.inc.php @@ -19,12 +19,14 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -ini_set('include_path',dirname(__FILE__).'/../include:' . dirname(__FILE__).'/../classes:/usr/share/php'); - +ini_set('include_path', dirname(__FILE__) . '/../core/include:' + . dirname(__FILE__) . '/../include:' + . dirname(__FILE__) . '/../core/classes:' + . dirname(__FILE__) . '/../classes:' + . '/usr/share/php'); require_once('xorg.inc.php'); -require_once('xorg.misc.inc.php'); -require_once 'xdb.php'; +new Platal('core'); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>