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