source:
branches/rsr.v5.1.dev/web/app/run/02_punbb.php
@
6
Last change on this file since 6 was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 313 bytes |
Rev | Line | |
---|---|---|
[1] | 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.