root/trunk/rewrite.php
| Revision 8288, 0.5 KB (checked in by inureyes, 8 weeks ago) |
|---|
| Line | |
|---|---|
| 1 | <?php |
| 2 | /// Copyright (c) 2004-2010, Needlworks / Tatter Network Foundation |
| 3 | /// All rights reserved. Licensed under the GPL. |
| 4 | /// See the GNU General Public License for more details. (/documents/LICENSE, /documents/COPYRIGHT) |
| 5 | |
| 6 | define('ROOT', '.'); |
| 7 | require_once(ROOT.'/framework/Dispatcher.php'); |
| 8 | /** Dispatching Interface request via URI */ |
| 9 | $dispatcher = Dispatcher::getInstance(); |
| 10 | /** Interface Loading */ |
| 11 | if (empty($service['debugmode'])) { @include_once $dispatcher->interfacePath;} |
| 12 | else {include_once $dispatcher->interfacePath;} |
| 13 | ?> |
Note: See TracBrowser
for help on using the browser.
