summaryrefslogtreecommitdiff
path: root/emotesets
diff options
context:
space:
mode:
Diffstat (limited to 'emotesets')
-rw-r--r--emotesets/addeditor.php4
-rw-r--r--emotesets/deleditor.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/emotesets/addeditor.php b/emotesets/addeditor.php
index 08d1e41..0080276 100644
--- a/emotesets/addeditor.php
+++ b/emotesets/addeditor.php
@@ -1,7 +1,7 @@
<?php
include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/config.php";
-include "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php";
-include "{$_SERVER['DOCUMENT_ROOT']}/lib/alert.php";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/alert.php";
include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/utils.php";
if (!authorize_user(true)) {
diff --git a/emotesets/deleditor.php b/emotesets/deleditor.php
index 0476f37..0ff44a1 100644
--- a/emotesets/deleditor.php
+++ b/emotesets/deleditor.php
@@ -1,7 +1,7 @@
<?php
include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/config.php";
-include "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php";
-include "{$_SERVER['DOCUMENT_ROOT']}/lib/alert.php";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php";
+include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/alert.php";
include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/utils.php";
if (!authorize_user(true)) {