source:
branches/rsr.v5.1.dev/web/punbb/pun_integration.php
@
2
Last change on this file since 2 was 1, checked in by dj3c1t, 13 years ago | |
---|---|
File size: 187 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | # traitement de la requÚte |
4 | require $env->path("app")."main.php"; |
5 | |
6 | # affichage |
7 | if($env->out_file_exists("index.php")) require $env->out_file("index.php"); |
8 | |
9 | exit; |
10 | |
11 | ?> |
Note: See TracBrowser
for help on using the repository browser.