RSS Git Download  Clone
Raw Blame History
<?php

/**
 * GitList 0.3
 * https://github.com/klaussilveira/gitlist
 */

require 'vendor/autoload.php';
$app = require 'boot.php';
$app->run();