From: Florent Bruneau Date: Mon, 18 Aug 2008 19:49:22 +0000 (+0200) Subject: Update the CLI wrapper script to use the Xorg class. X-Git-Tag: xorg/0.10.0~127 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e121b040c200d606861118be2ff885330cf2ec69;p=platal.git Update the CLI wrapper script to use the Xorg class. Signed-off-by: Florent Bruneau --- diff --git a/bin/connect.db.inc.php b/bin/connect.db.inc.php index e2954f1..0d8015e 100644 --- a/bin/connect.db.inc.php +++ b/bin/connect.db.inc.php @@ -26,7 +26,7 @@ ini_set('include_path', dirname(__FILE__) . '/../core/include:' . '/usr/share/php'); require_once('xorg.inc.php'); -new Platal('core'); +new Xorg('core'); // vim:set et sw=4 sts=4 sws=4 foldmethod=marker enc=utf-8: ?>