root/tags/rel_0-13-0/public/dispatch.php
| Revision 117, 101 bytes (checked in by john, 3 years ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | require_once("environment.php"); |
| 4 | |
| 5 | $dispatcher = new Dispatcher(); |
| 6 | $dispatcher->dispatch(); |
| 7 | |
| 8 | ?> |
Note: See TracBrowser for help on using the browser.

