Parent Directory
|
Revision Log
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 |