update config name
authorx2000habouzit <x2000habouzit>
Mon, 22 Nov 2004 06:50:03 +0000 (06:50 +0000)
committerx2000habouzit <x2000habouzit>
Mon, 22 Nov 2004 06:50:03 +0000 (06:50 +0000)
include/.cvsignore
include/xorg.common.inc.php

index ceff159..abfac2f 100644 (file)
@@ -1,2 +1,3 @@
 config.xorg.inc.php
+xorg.config.inc.php
 xorg.globals.inc.php
index 808a757..0e8be88 100644 (file)
@@ -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