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

7
core/vendor/autoload.php vendored Normal file
View File

@@ -0,0 +1,7 @@
<?php
// autoload.php generated by Composer
require_once __DIR__ . '/composer' . '/autoload_real.php';
return ComposerAutoloaderInit::getLoader();