OSDN Git Service

3.65sp1リリースのための修正
[nucleus-jp/nucleus-jp-ancient.git] / action.php
index 3641845..73ea3a8 100755 (executable)
@@ -1,7 +1,7 @@
 <?php
 /*
  * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/)
- * Copyright (C) 2002-2011 The Nucleus Group
+ * Copyright (C) 2002-2013 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
  * (see nucleus/documentation/index.html#license for more info)
  */
 
-/**
- * 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-2011 The Nucleus Group
- * @version $Id$
- * $NucleusJP: action.php,v 1.8.2.1 2007/09/05 05:50:12 kimitake Exp $
- */
-
 $CONF = array();
 require('./config.php');
 
@@ -27,7 +18,7 @@ require('./config.php');
 include_libs('ACTION.php',true,false);
 
 $action = requestVar('action');
-$a =& new ACTION();
+$a = new ACTION();
 $errorInfo = $a->doAction($action);
 
 if ($errorInfo) {