From dc3f2c402825ac18d97ec27cbd288f3b205c9468 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Mon, 22 Nov 2004 06:50:03 +0000 Subject: [PATCH] update config name --- include/.cvsignore | 1 + include/xorg.common.inc.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 -- 2.1.4