如何去除ECMS“同时只能一人在线”的限制

打开 \e\class\functions.php

找到2110行左右,删除或注释掉以下代码即可:

 

 

  1. $num=$empire->gettotal("select count(*) as total from {$dbtbpre}enewsuser where username='".$username."' and rnd='".$rnd."' and checked=0 limit 1");  
  2. if(!$num)  
  3. {  
  4.         printerror("SingleUser","index.php");  

 

顶一下
(0)
0%
踩一下
(0)
0%
来源:黑帽网络作者:sunray2009-08-10 22:30浏览: