diff options
Diffstat (limited to 'emotesets/deleditor.php')
| -rw-r--r-- | emotesets/deleditor.php | 4 |
1 files changed, 2 insertions, 2 deletions
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)) { |
