/[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.4 - (hide annotations)
Fri Apr 11 02:23:10 2025 UTC (11 months ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED
Remove legacy code

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