aboutsummaryrefslogtreecommitdiff
path: root/www/help.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/help.php')
-rw-r--r--www/help.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/help.php b/www/help.php
index fe56c22..8ccdd69 100644
--- a/www/help.php
+++ b/www/help.php
@@ -10,6 +10,7 @@ render(
'help',
array(
'htmlhelper' => new HtmlHelper(),
+ 'publicGitUrl' => @$GLOBALS['phorkie']['cfg']['git']['public'],
)
);
?>