RSS Git Download  Clone
Raw View History
Blames found: 6 Mode: php Binary: false


Hang on, we reloading big blames...
<?php /**
* GitList 0.3
* https://github.com/klaussilveira/gitlist */
// Set the default timezone for systems without date.timezone set in php.ini if (!ini_get('date.timezone')) { date_default_timezone_set('UTC'); }
require 'vendor/autoload.php';
$app = require 'boot.php'; $app->run();