<?php

const SITE_TITLE = "BarryServer : Git";

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

?>