root/trunk/htdocs/index.php
@
1055
| Revision 1055, 185 bytes (checked in by moo, 10 months ago) | |
|---|---|
|
|
| Rev | Line | |
|---|---|---|
| [1055] | 1 | <?php |
| 2 | ||
| 3 | chdir("common"); | |
| 4 | require_once "common.php"; | |
| 5 | if (!$modules) { | |
| 6 | die("no sub modules' php pages installed"); | |
| 7 | } | |
| 8 | foreach ($modules as $k => $v) { | |
| 9 | header("Location: $k/"); | |
| 10 | break; | |
| 11 | } | |
| 12 |
Note: See TracBrowser
for help on using the browser.

