summaryrefslogtreecommitdiff
path: root/emotes/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'emotes/index.php')
-rw-r--r--emotes/index.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/emotes/index.php b/emotes/index.php
index af14120..80a8c1d 100644
--- a/emotes/index.php
+++ b/emotes/index.php
@@ -1,10 +1,10 @@
<?php
-include "../../src/emote.php";
-include "../../src/accounts.php";
-include_once "../../src/config.php";
-include "../../src/partials.php";
-include "../../src/utils.php";
-include "../../src/alert.php";
+include "{$_SERVER['DOCUMENT_ROOT']}/lib/emote.php";
+include "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/config.php";
+include "{$_SERVER['DOCUMENT_ROOT']}/lib/partials.php";
+include "{$_SERVER['DOCUMENT_ROOT']}/lib/utils.php";
+include "{$_SERVER['DOCUMENT_ROOT']}/lib/alert.php";
authorize_user();