[xoops-cvslog 6045] CVS update: xoops2jp/html/class

Zurück zum Archiv-Index

NobuNobu nobun****@users*****
2006年 12月 16日 (土) 23:10:29 JST


Index: xoops2jp/html/class/token.php
diff -u xoops2jp/html/class/token.php:1.3.6.3.2.4 xoops2jp/html/class/token.php:1.3.6.3.2.5
--- xoops2jp/html/class/token.php:1.3.6.3.2.4	Sun Dec  3 16:44:53 2006
+++ xoops2jp/html/class/token.php	Sat Dec 16 23:10:29 2006
@@ -1,5 +1,12 @@
 <?php
-// $Id: token.php,v 1.3.6.3.2.4 2006/12/03 07:44:53 nobunobu Exp $
+/**
+ *
+ * @package Legacy
+ * @version $Id: token.php,v 1.3.6.3.2.5 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
 
 define ( 'XOOPS_TOKEN_TIMEOUT', 0 );
 define ( 'XOOPS_TOKEN_PREFIX', "XOOPS_TOKEN_" );
Index: xoops2jp/html/class/xoopsblock.php
diff -u xoops2jp/html/class/xoopsblock.php:1.2.8.7 xoops2jp/html/class/xoopsblock.php:1.2.8.7.2.1
--- xoops2jp/html/class/xoopsblock.php:1.2.8.7	Tue Apr 11 17:42:17 2006
+++ xoops2jp/html/class/xoopsblock.php	Sat Dec 16 23:10:29 2006
@@ -1,8 +1,13 @@
 <?php
-// $Id: xoopsblock.php,v 1.2.8.7 2006/04/11 08:42:17 nobunobu Exp $
-// this file is for backward compatibility only
-if (!defined('XOOPS_ROOT_PATH')) {
-	exit();
-}
+/**
+ *
+ * @package Legacy
+ * @version $Id: xoopsblock.php,v 1.2.8.7.2.1 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
+if (!defined('XOOPS_ROOT_PATH')) exit();
+
 require_once XOOPS_ROOT_PATH.'/kernel/block.php';
 ?>
\ No newline at end of file
Index: xoops2jp/html/class/xoopssecurity.php
diff -u xoops2jp/html/class/xoopssecurity.php:1.3.6.1.2.4 xoops2jp/html/class/xoopssecurity.php:1.3.6.1.2.5
--- xoops2jp/html/class/xoopssecurity.php:1.3.6.1.2.4	Sun Dec  3 16:44:53 2006
+++ xoops2jp/html/class/xoopssecurity.php	Sat Dec 16 23:10:29 2006
@@ -1,6 +1,12 @@
 <?php
-// $Id: xoopssecurity.php,v 1.3.6.1.2.4 2006/12/03 07:44:53 nobunobu Exp $
-
+/**
+ *
+ * @package Legacy
+ * @version $Id: xoopssecurity.php,v 1.3.6.1.2.5 2006/12/16 14:10:29 nobunobu Exp $
+ * @copyright Copyright 2005, 2006 XOOPSCube.org <http://xoopscube.org/> 
+ * @license http://www.gnu.org/licenses/gpl.txt GNU GENERAL PUBLIC LICENSE Version 2
+ *
+ */
 /**
  * Class for xoops.org 2.0.10 compatibility
  *


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index