OSDN Git Service

modified manual update
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / action.php
index 8f74e36..acdab03 100755 (executable)
  * like adding comments, etc...
  * @license http://nucleuscms.org/license.txt GNU General Public License
  * @copyright Copyright (C) 2002-2007 The Nucleus Group
- * @version $Id: action.php,v 1.7 2007-02-04 06:28:44 kimitake Exp $
- * $NucleusJP: action.php,v 1.6 2006/07/12 07:11:45 kimitake Exp $
+ * @version $Id: action.php,v 1.8 2007-03-27 21:59:40 kmorimatsu Exp $
+ * $NucleusJP: action.php,v 1.7 2007/02/04 06:28:44 kimitake Exp $
  */
 
 $CONF = array();
-include('./config.php');
+require('./config.php');
 
 // common functions
 include_once($DIR_LIBS . 'ACTION.php');