diff options
Diffstat (limited to 'emotesets.php')
| -rw-r--r-- | emotesets.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/emotesets.php b/emotesets.php index 635f4c4..9d2fa07 100644 --- a/emotesets.php +++ b/emotesets.php @@ -1,10 +1,10 @@ <?php -include_once "../src/utils.php"; -include_once "../src/config.php"; -include_once "../src/accounts.php"; -include_once "../src/partials.php"; -include_once "../src/alert.php"; -include_once "../src/emote.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/utils.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/config.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/partials.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/alert.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/emote.php"; authorize_user(); |
