BarryServer : Git

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

// Related

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";
+
+?>