multiple dir's fully tested.

This commit is contained in:
Wim Rijnders
2012-12-20 20:56:10 +01:00
parent eb9e660f5b
commit ccdee643c6
8 changed files with 40 additions and 31 deletions

View File

@@ -1,8 +1,5 @@
<?php
#WRI DEBUG
echo "<pre>";
/**
* GitList 0.3
* https://github.com/klaussilveira/gitlist
@@ -20,7 +17,4 @@ $config = GitList\Config::fromFile('config.ini');
$app = require 'boot.php';
#WRI DEBUG
echo "</pre>";
$app->run();