OSDN Git Service

Security fix
authorkmorimatsu <kmorimatsu@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 27 Mar 2007 22:00:12 +0000 (22:00 +0000)
committerkmorimatsu <kmorimatsu@1ca29b6e-896d-4ea0-84a5-967f57386b96>
Tue, 27 Mar 2007 22:00:12 +0000 (22:00 +0000)
git-svn-id: https://svn.sourceforge.jp/svnroot/nucleus-jp/nucleus-jp/trunk/utf8@245 1ca29b6e-896d-4ea0-84a5-967f57386b96

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');