Importing bits and pieces

This is the initial import based on a few files I had around.
This commit is contained in:
Emmanuel BENOîT 2012-02-05 12:56:54 +01:00
commit 871d28cd16
20 changed files with 1994 additions and 0 deletions

7
site/index.php Normal file
View file

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