barryserver-git
Barry Splitting into more pages + commit pages a6603d5 (2 years, 3 months ago)diff --git a/config.php b/config.php new file mode 100644 index 0000000..093dbdc --- /dev/null +++ b/config.php @@ -0,0 +1,8 @@ +<?php + +const SITE_TITLE = "BarryServer : Git"; + +const GIT_DIR = "/srv/http/git"; +const DEFAULT_BRANCH = "master"; + +?>