initial commit

This commit is contained in:
Manuel Raynaud
2012-10-02 14:13:48 +02:00
commit bb720731ae
838 changed files with 84954 additions and 0 deletions

6
core/autoload.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
$loader = require_once __DIR__ . "/vendor/autoload.php";
return $loader;
?>