diff options
Diffstat (limited to 'lib/emote.php')
| -rw-r--r-- | lib/emote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/emote.php b/lib/emote.php index 38e4f01..14f6088 100644 --- a/lib/emote.php +++ b/lib/emote.php @@ -1,5 +1,5 @@ <?php -include_once "user.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/user.php"; class Emote { |
