/[LeafOK_CVS]/fenglin/manage/bbs_master_major.php
ViewVC logotype

Diff of /fenglin/manage/bbs_master_major.php

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

Revision 1.1 by sysadm, Wed Aug 4 22:27:43 2004 UTC Revision 1.2 by sysadm, Sat Mar 1 09:05:03 2025 UTC
# Line 6  include "./check.inc.php"; Line 6  include "./check.inc.php";
6                    
7  if (!($_SESSION["MNG_priv"]["master_op"] & 0x8))  if (!($_SESSION["MNG_priv"]["master_op"] & 0x8))
8  {  {
9          echo ("ûȨޣ");          echo ("没有权限!");
10          exit();          exit();
11  }  }
12    
# Line 34  $rs=mysql_query("select * from user_auth Line 34  $rs=mysql_query("select * from user_auth
34          or die("Query user status error!");          or die("Query user status error!");
35  if (mysql_num_rows($rs)==0)  if (mysql_num_rows($rs)==0)
36  {  {
37          echo ("û֤û");          echo ("该用户不是认证用户!");
38          exit();          exit();
39  }  }
40  mysql_free_result($rs);  mysql_free_result($rs);
# Line 46  mysql_close($db_conn); Line 46  mysql_close($db_conn);
46  ?>  ?>
47  <html>  <html>
48          <head>          <head>
49                  <meta http-equiv="Content-Type" content="text/html; charset=gb2312">                  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
50                  <title>ת</title>                  <title>版主转正</title>
51                  <link rel="stylesheet" href="css/default.css" type="text/css">                  <link rel="stylesheet" href="css/default.css" type="text/css">
52          </head>          </head>
53          <body>          <body>
54                  <p align="center">                  <p align="center">
55                          תɹ                          版主转正处理成功!
56                  </p>                  </p>
57                  <p>                  <p>
58                          <a href="bbs_master_set.php"></a>                          <a href="bbs_master_set.php">返回</a>
59                  </p>                  </p>
60          </body>          </body>
61  </html>  </html>


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

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