BarryServer : Git

All the code for all my projects
// BarryServer : Git / barryserver-git / blob / a6603d573a369feda0bc772d59bc48c3d1397442 / config.php

// Related

barryserver-git

Barry Splitting into more pages + commit pages a6603d5 (2 years, 3 months ago)
<?php

const SITE_TITLE = "BarryServer : Git";

const GIT_DIR = "/srv/http/git";
const DEFAULT_BRANCH = "master";

?>