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

Contents of /fenglin/manage/db_daily_process.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations)
Wed Apr 9 09:53:03 2025 UTC (11 months, 1 week ago) by sysadm
Branch: MAIN
Changes since 1.2: +4 -13 lines
Replace access control of manage portal with BBS user access control

1 <?
2 if (isset($_SERVER["argv"]) && strrpos($_SERVER["argv"][0], "/") !== false)
3 {
4 chdir(substr($_SERVER["argv"][0], 0, strrpos($_SERVER["argv"][0], "/")));
5 }
6
7 include "./db_cleanup.php";
8 include "./db_repair.php";
9 include "./bbs_score_calculate.php";
10 ?>

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