aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2018-08-14 13:03:26 +0200
committerMario <mario@mariovavti.com>2018-08-14 13:03:26 +0200
commit94393d27c8f39cc409f60078af6241d9eab21fc2 (patch)
tree26fa3954336cfa26d3de17af1936ce71500f9403 /boot.php
parentb78c9a2251b3a594a961295accc1f540b6a26958 (diff)
downloadvolse-hubzilla-94393d27c8f39cc409f60078af6241d9eab21fc2.tar.gz
volse-hubzilla-94393d27c8f39cc409f60078af6241d9eab21fc2.tar.bz2
volse-hubzilla-94393d27c8f39cc409f60078af6241d9eab21fc2.zip
Override helpfiles
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 6816187cb..e3dbbec75 100755
--- a/boot.php
+++ b/boot.php
@@ -731,6 +731,8 @@ class App {
public static $override_intltext_templates = array();
public static $override_markup_templates = array();
public static $override_templateroot = null;
+ public static $override_helproot = null;
+ public static $override_helpfiles = array();
public static $session = null;
public static $groups;