PHP on T R A X
Rapid Application Development Made Easy

root/tags/rel_0-14-0/public/dispatch.php

Revision 117, 101 bytes (checked in by john, 3 years ago)

Made all the file php long tags (uglysvn up)

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.