* add function sort and delete block.
This commit is contained in:
@@ -160,7 +160,7 @@ class commonModel extends model
|
||||
if($module == 'api' and $method == 'getsessionid') return true;
|
||||
if($module == 'misc' and $method == 'ping') return true;
|
||||
if($module == 'misc' and $method == 'checktable') return true;
|
||||
if($module == 'block' and $method == 'main') return true;
|
||||
if($module == 'block') return true;
|
||||
if($module == 'sso' and $method == 'login') return true;
|
||||
if($module == 'sso' and $method == 'logout') return true;
|
||||
if($module == 'sso' and $method == 'bind') return true;
|
||||
|
||||
Reference in New Issue
Block a user