/[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.6 by sysadm, Sat Mar 8 05:52:39 2025 UTC Revision 1.7 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