diff options
Diffstat (limited to 'utils/modules/members.php')
-rw-r--r-- | utils/modules/members.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/modules/members.php b/utils/modules/members.php index fcc627c..c1822d2 100644 --- a/utils/modules/members.php +++ b/utils/modules/members.php @@ -1,6 +1,8 @@ <?php /* -*- Mode: php; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ +global $UTIL_DIR; + include_once($UTIL_DIR . "/convert.php"); include_once($UTIL_DIR . "/forms.php"); include_once($UTIL_DIR . "/markdown.php"); |