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

Annotation of /fenglin/manage/db_daily_process.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide 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 sysadm 1.1 <?
2 sysadm 1.3 if (isset($_SERVER["argv"]) && strrpos($_SERVER["argv"][0], "/") !== false)
3     {
4     chdir(substr($_SERVER["argv"][0], 0, strrpos($_SERVER["argv"][0], "/")));
5     }
6 sysadm 1.1
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