warn about remote fork config in setup and help
[phorkie.git] / www / help.php
index fe56c2240f892bddaaa2a7e8b173c61aee9945ff..8ccdd69d0f6cc6965a1a2865afb1357818752f38 100644 (file)
@@ -10,6 +10,7 @@ render(
     'help',
     array(
         'htmlhelper' => new HtmlHelper(),
+        'publicGitUrl' => @$GLOBALS['phorkie']['cfg']['git']['public'],
     )
 );
 ?>