source:
trunk/www/index.php
Last change on this file was 95, checked in by , 10 years ago | |
---|---|
File size: 129 bytes |
Line | |
---|---|
1 | <?php |
2 | |
3 | include_once(dirname(__FILE__).'/Application/Application.php'); |
4 | |
5 | $Application = new Application(); |
6 | $Application->Run(); |
Note:
See TracBrowser
for help on using the repository browser.