diff options
Diffstat (limited to 'utils/modules/events.php')
-rw-r--r-- | utils/modules/events.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/modules/events.php b/utils/modules/events.php index 8be8f5e..d8631ec 100644 --- a/utils/modules/events.php +++ b/utils/modules/events.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 . "/markdown.php"); |