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

Diff of /fenglin/bbs/ch_username.php

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

Revision 1.4 by sysadm, Sat Mar 1 08:43:28 2025 UTC Revision 1.5 by sysadm, Wed Mar 26 11:48:07 2025 UTC
# Line 4  Line 4 
4  <?  <?
5  if ($_SESSION["BBS_uid"]==0)  if ($_SESSION["BBS_uid"]==0)
6  {  {
7          include "./force_login.inc.php";          $redir = $_SERVER["SCRIPT_NAME"] .
8                    (isset($_SERVER["QUERY_STRING"]) ? "?" . $_SERVER["QUERY_STRING"] : "");
9            include "./index.php";
10          exit();          exit();
11  }  }
12  ?>  ?>


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

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