source:
branches/rsr.v5.1.1/web/app/run/02_punbb.php
Last change on this file was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 313 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | if(true || ($_GET[$env->param("e")] !== "down" && $_GET[$env->param("e")] !== "m3u")) |
4 | { define("PUN_ROOT", $env->path("punbb")); |
5 | require_once $env->path("punbb").'include/common.php'; |
6 | require_once $env->path("punbb")."include/parser.php"; |
7 | } |
8 | $env->pun_user = $pun_user; |
9 | $env->db = $db; |
10 | |
11 | ?> |
Note: See TracBrowser
for help on using the repository browser.