diff options
| author | ilotterytea <iltsu@alright.party> | 2025-12-10 22:18:58 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-12-10 22:18:58 +0500 |
| commit | d52f035dc0138375506c49c20a92fe566761af3a (patch) | |
| tree | 76e4140aad7c173b2f1b6e0e19136b5e482710c8 /lib/emote.php | |
| parent | d3de5a44085f53d80e736b769d5145130df86645 (diff) | |
fix: include paths
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 { |
