summaryrefslogtreecommitdiff
path: root/account/change_emoteset.php
diff options
context:
space:
mode:
Diffstat (limited to 'account/change_emoteset.php')
-rw-r--r--account/change_emoteset.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/account/change_emoteset.php b/account/change_emoteset.php
index c2fc209..2452b23 100644
--- a/account/change_emoteset.php
+++ b/account/change_emoteset.php
@@ -1,7 +1,7 @@
<?php
-include_once "../../src/config.php";
-include_once "../../src/alert.php";
-include_once "../../src/accounts.php";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/config.php";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/alert.php";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php";
if (!authorize_user(true)) {
generate_alert("/404.php", "Unauthorized", 401);