* Check auth.

This commit is contained in:
zhujinyong
2022-01-05 09:05:32 +08:00
parent 087cc82369
commit ff9ceaccad
11 changed files with 449 additions and 99 deletions
+2 -2
View File
@@ -663,10 +663,10 @@ class doc extends control
* Sort doc lib.
*
* @param string $type
* @access public
* @access protected
* @return void
*/
public function sort($type = '')
protected function sort($type = '')
{
if($_SERVER['REQUEST_METHOD'] == 'POST')
{