summaryrefslogtreecommitdiff
path: root/emotes/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'emotes/index.php')
-rw-r--r--emotes/index.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/emotes/index.php b/emotes/index.php
index aae7683..bcbb608 100644
--- a/emotes/index.php
+++ b/emotes/index.php
@@ -1,10 +1,10 @@
<?php
-include "{$_SERVER['DOCUMENT_ROOT']}/lib/emote.php";
-include "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/emote.php";
+include_once "{$_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";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/partials.php";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/utils.php";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/alert.php";
authorize_user();