{site}.inc.php is the base for all jobs.
[platal.git] / bin / connect.db.inc.php
index 8e0f830..0370d31 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2007 Polytechnique.org                              *
+ *  Copyright (C) 2003-2008 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -22,8 +22,9 @@
 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 'xdb.php';
 
+new Platal('core');
+
+// vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8:
 ?>