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