source:
branches/rsr.v5.1.dev/web/punbb/pun_integration.php
@
4
Last change on this file since 4 was 3, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 379 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | if(!isset($env)) |
4 | { $site_path = "../"; |
5 | require $site_path."pathes.php"; |
6 | require_once $site_path.RSR_APP_PATH."env.php"; |
7 | $env = new env($site_path.RSR_CONFIG_FILE, $site_path); |
8 | } |
9 | |
10 | # traitement de la requete |
11 | require $env->path("app")."main.php"; |
12 | |
13 | # affichage |
14 | if($env->out_file_exists("index.php")) require $env->out_file("index.php"); |
15 | |
16 | exit; |
17 | |
18 | ?> |
Note: See TracBrowser
for help on using the repository browser.