/[LeafOK_CVS]/lbbs/utils/bin/gen_top.php
ViewVC logotype

Diff of /lbbs/utils/bin/gen_top.php

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

Revision 1.15 by sysadm, Fri Dec 19 06:30:40 2025 UTC Revision 1.16 by sysadm, Tue Jan 6 15:43:33 2026 UTC
# Line 2  Line 2 
2          if (!isset($_SERVER["argc"]))          if (!isset($_SERVER["argc"]))
3          {          {
4                  echo ("Invalid usage");                  echo ("Invalid usage");
5                  exit();                  exit(-1);
6          }          }
7    
8          chdir(dirname($_SERVER["argv"][0]));          chdir(dirname($_SERVER["argv"][0]));
# Line 43  MENU; Line 43  MENU;
43          if ($rs == false)          if ($rs == false)
44          {          {
45                  echo("Query data error: " . mysqli_error($db_conn));                  echo("Query data error: " . mysqli_error($db_conn));
46                  exit();                  exit(-2);
47          }          }
48    
49          $i = 1;          $i = 1;


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

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