[xoops-cvslog 2550] CVS update: xoops2jp/html/modules/user/admin/class

Back to archive index

Minahito minah****@users*****
2006年 3月 28日 (火) 22:32:03 JST


Index: xoops2jp/html/modules/user/admin/class/Permission.class.php
diff -u xoops2jp/html/modules/user/admin/class/Permission.class.php:1.1.2.5 xoops2jp/html/modules/user/admin/class/Permission.class.php:1.1.2.6
--- xoops2jp/html/modules/user/admin/class/Permission.class.php:1.1.2.5	Sat Feb  4 17:39:24 2006
+++ xoops2jp/html/modules/user/admin/class/Permission.class.php	Tue Mar 28 22:32:03 2006
@@ -1,5 +1,7 @@
 <?php
 
+if (!defined('XOOPS_ROOT_PATH')) exit();
+
 define('USER_PERMISSION_NONE', 0);
 define('USER_PERMISSION_READ', 1);
 define('USER_PERMISSION_ADMIN', 2);
Index: xoops2jp/html/modules/user/admin/class/XoopsGroupEx.class.php
diff -u xoops2jp/html/modules/user/admin/class/XoopsGroupEx.class.php:1.1.2.2 xoops2jp/html/modules/user/admin/class/XoopsGroupEx.class.php:1.1.2.3
--- xoops2jp/html/modules/user/admin/class/XoopsGroupEx.class.php:1.1.2.2	Fri Feb  3 22:44:50 2006
+++ xoops2jp/html/modules/user/admin/class/XoopsGroupEx.class.php	Tue Mar 28 22:32:03 2006
@@ -1,5 +1,7 @@
 <?php
 
+if (!defined('XOOPS_ROOT_PATH')) exit();
+
 /**
  * This extends XoopsGroup to that user group list can get count of users.
  */


xoops-cvslog メーリングリストの案内
Back to archive index