mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 11:10:57 +01:00
10 lines
145 B
PHP
10 lines
145 B
PHP
<?php
|
|
|
|
/**
|
|
* GitList 0.3
|
|
* https://github.com/klaussilveira/gitlist
|
|
*/
|
|
|
|
require 'vendor/autoload.php';
|
|
$app = require 'boot.php';
|
|
$app->run(); |