OSDN Git Service

fix typo
[nucleus-jp/nucleus-jp-ancient.git] / action.php
index 380109c..e458785 100755 (executable)
@@ -1,7 +1,7 @@
 <?php
 /*
  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
- * Copyright (C) 2002-2006 The Nucleus Group
+ * Copyright (C) 2002-2009 The Nucleus Group
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * File containing actions that can be performed by visitors of the site,
  * like adding comments, etc...
  * @license http://nucleuscms.org/license.txt GNU General Public License
- * @copyright Copyright (C) 2002-2006 The Nucleus Group
- * @version $Id: action.php,v 1.6 2006-07-12 07:11:45 kimitake Exp $
- * $NucleusJP: action.php,v 1.5 2005/04/20 06:49:45 kimitake Exp $
+ * @copyright Copyright (C) 2002-2009 The Nucleus Group
+ * @version $Id$
+ * $NucleusJP: action.php,v 1.8.2.1 2007/09/05 05:50:12 kimitake Exp $
  */
 
 $CONF = array();
-include('./config.php');
+require('./config.php');
 
 // common functions
 include_once($DIR_LIBS . 'ACTION.php');