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