/[LeafOK_CVS]/fenglin/bbs/section_setting.php
ViewVC logotype

Diff of /fenglin/bbs/section_setting.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 1.4 by sysadm, Thu Apr 10 12:23:25 2025 UTC Revision 1.5 by sysadm, Thu Apr 10 13:38:44 2025 UTC
# Line 94  Line 94 
94                  {                  {
95                          return $_SESSION["BBS_priv"]->checkpriv($sid, S_POST | S_MAN_S);                          return $_SESSION["BBS_priv"]->checkpriv($sid, S_POST | S_MAN_S);
96                  },                  },
97                    function (int $sid) : mixed
98                    {
99                            return null;
100                    },
101                  $db_conn);                  $db_conn);
102    
103          if ($ret == false)          if ($ret == false)


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1