diff --git a/doc/Makefile b/doc/Makefile index df54c5d..d8617c4 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,4 @@ -all: rpc.html +all: rpc.html git-interface.html clean: rm -rf *.html diff --git a/web/html/git-interface.php b/web/html/git-interface.php new file mode 100644 index 0000000..d4bfef2 --- /dev/null +++ b/web/html/git-interface.php @@ -0,0 +1,3 @@ + diff --git a/web/lib/routing.inc.php b/web/lib/routing.inc.php index 7d9750a..b5466d8 100644 --- a/web/lib/routing.inc.php +++ b/web/lib/routing.inc.php @@ -14,6 +14,7 @@ $ROUTES = array( '/login' => 'login.php', '/logout' => 'logout.php', '/passreset' => 'passreset.php', + '/git-interface' => 'git-interface.php', '/rpc' => 'rpc.php', '/rss' => 'rss.php', '/tos' => 'tos.php',