X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=bin%2Fconnect.db.inc.php;h=1cade25c72898226666f92f40aad3a486560cb7f;hb=4d2d6d18a318843e76a3a3ecb50446770ac9f788;hp=d8059e38339b7158e47fdec24a8e2eef6ea7344e;hpb=5ddeb07cc787dd1dc3630a31f1528f5cc7c4d9b9;p=platal.git diff --git a/bin/connect.db.inc.php b/bin/connect.db.inc.php index d8059e3..1cade25 100644 --- a/bin/connect.db.inc.php +++ b/bin/connect.db.inc.php @@ -19,11 +19,13 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -ini_set('include_path','/usr/share/php:'.dirname(__FILE__).'/../include'); +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'; +$globals->baseurl = "https://www.polytechnique.org"; +// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>