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