{site}.inc.php is the base for all jobs.
[platal.git] / bin / connect.db.inc.php
index f13dfa1..0370d31 100644 (file)
@@ -22,9 +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:
 ?>