/[LeafOK_CVS]/fenglin/www/rss.php
ViewVC logotype

Diff of /fenglin/www/rss.php

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

Revision 1.12 by sysadm, Tue Mar 18 07:11:18 2025 UTC Revision 1.13 by sysadm, Fri Mar 28 05:50:18 2025 UTC
# Line 1  Line 1 
1  <?  <?
2            require_once "../lib/db_open.inc.php";
3          require_once "../lib/common.inc.php";          require_once "../lib/common.inc.php";
4          require_once "../lib/lml.inc.php";          require_once "../lib/lml.inc.php";
5  ?>  ?>
# Line 42  else Line 43  else
43  if ($page<1)  if ($page<1)
44          $page=1;          $page=1;
45    
 $db_conn=include "./db_open.inc.php";  
   
46  $rs=mysql_query("select section_config.* from section_config left join section_class".  $rs=mysql_query("select section_config.* from section_config left join section_class".
47          " on section_config.CID=section_class.CID where SID=$sid and".          " on section_config.CID=section_class.CID where SID=$sid and".
48          " section_config.enable and section_class.enable and".          " section_config.enable and section_class.enable and".


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

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