BarryServer : Git

All the code for all my projects
// BarryServer : Git / barryserver-git / blob / acd7cb2eb50767cd855dccceb68da92a7fa8ee10 / 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";

?>