root/trunk/rewrite.php

Revision 8288, 0.5 KB (checked in by inureyes, 8 weeks ago)

refs #514

  • 1.8 트리와 동기화
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
6define('ROOT', '.');
7require_once(ROOT.'/framework/Dispatcher.php');
8/** Dispatching Interface request via URI */
9$dispatcher = Dispatcher::getInstance();
10/** Interface Loading */
11if (empty($service['debugmode'])) {    @include_once $dispatcher->interfacePath;}
12else {include_once $dispatcher->interfacePath;}
13?>
Note: See TracBrowser for help on using the browser.