ECMS去除“同時(shí)只能一人在線(xiàn)”的限制
,N多人被這個(gè)問(wèn)題給搞煩了,其實(shí)修改很簡(jiǎn)單的。
打開(kāi) \e\class\functions.php
找到2110行左右,刪除或注釋掉以下代碼即可: - $num=$empire->gettotal("select count(*) as total from {$dbtbpre}enewsuser where username='".$username."' and rnd='".$rnd."' and checked=0 limit 1");
- if(!$num)
- {
- printerror("SingleUser","index.php");
- }
復制代碼 |
本站僅提供存儲服務(wù),所有內容均由用戶(hù)發(fā)布,如發(fā)現有害或侵權內容,請
點(diǎn)擊舉報。