From: x2000habouzit Date: Mon, 22 Nov 2004 06:50:03 +0000 (+0000) Subject: update config name X-Git-Tag: xorg/old~854 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=dc3f2c402825ac18d97ec27cbd288f3b205c9468;p=platal.git update config name --- diff --git a/include/.cvsignore b/include/.cvsignore index ceff159..abfac2f 100644 --- a/include/.cvsignore +++ b/include/.cvsignore @@ -1,2 +1,3 @@ config.xorg.inc.php +xorg.config.inc.php xorg.globals.inc.php diff --git a/include/xorg.common.inc.php b/include/xorg.common.inc.php index 808a757..0e8be88 100644 --- a/include/xorg.common.inc.php +++ b/include/xorg.common.inc.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: xorg.common.inc.php,v 1.8 2004-11-21 23:35:32 x2000habouzit Exp $ + $Id: xorg.common.inc.php,v 1.9 2004-11-22 06:50:03 x2000habouzit Exp $ ***************************************************************************/ // {{{ defines @@ -43,7 +43,7 @@ define('NO_SKIN', 1); require_once("xorg.globals.inc.php"); $globals = new XorgGlobals; -require("config.xorg.inc.php"); +require("xorg.config.inc.php"); // }}} // {{{ start session + database connection