浏览代码

修改超期会员权限

lvhao 6 月之前
父节点
当前提交
6ff9d60fd4
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      core/CoreApp/controllers/Start.php

+ 1 - 1
core/CoreApp/controllers/Start.php

@@ -32,7 +32,7 @@ class Start extends Start_Controller {
 // 				$userid = explode('xxx',$userid);
 // 				$userid = $userid[1];
 // 			}
-			if(stripos($userid,'adminlyzzz') !== false)
+			if(stripos($userid,'lyzzz') !== false)
 			{
 				$admin++;
 				$userid = explode('zzz',$userid);