arse/site/index.php
Emmanuel BENOîT 871d28cd16 Importing bits and pieces
This is the initial import based on a few files I had around.
2012-02-05 12:56:54 +01:00

7 lines
111 B
PHP

<?php
include ( '../includes/loader.inc.php' );
Loader::Create( 'URLMapper' , 'site' )->fromPathInfo( );
?>