OSDN Git Service

Fix Revision 1119, related to mb_emurator loading.
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / action.php
index 8f74e36..7229e89 100755 (executable)
@@ -1,7 +1,7 @@
 <?php
 /*
  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
- * Copyright (C) 2002-2007 The Nucleus Group
+ * Copyright (C) 2002-2010 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-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 $
+ * @copyright Copyright (C) 2002-2010 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');
+//include_once($DIR_LIBS . 'ACTION.php');
+include_libs('ACTION.php',true,false);
 
 $action = requestVar('action');
 $a =& new ACTION();
@@ -33,4 +34,3 @@ if ($errorInfo) {
        doError($errorInfo['message'], new SKIN($errorInfo['skinid']) );
 }
 
-?>
\ No newline at end of file