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

Diff of /fenglin/bbs/suicide.php

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

Revision 1.1 by sysadm, Wed May 12 00:22:58 2004 UTC Revision 1.2 by sysadm, Mon Sep 27 05:48:52 2004 UTC
# Line 8  if ($_SESSION["BBS_uid"]==0) Line 8  if ($_SESSION["BBS_uid"]==0)
8          exit();          exit();
9  }  }
10    
11    if (!$_SESSION["BBS_priv"]->checkpriv(0,S_POST) ||
12            $_SESSION["BBS_priv"]->checklevel(P_ADMIN_M) ||
13            $_SESSION["BBS_priv"]->checklevel(P_ADMIN_S) ||
14            $_SESSION["BBS_priv"]->checklevel(P_MAN_C))
15    {
16            error_msg("您目前无权使用此功能!",true);
17            exit();
18    }
19  ?>  ?>
20  <html>  <html>
21          <head>          <head>


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

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