diff options
Diffstat (limited to 'emotes/setmanip.php')
| -rw-r--r-- | emotes/setmanip.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emotes/setmanip.php b/emotes/setmanip.php index d6a5f4f..c99bbff 100644 --- a/emotes/setmanip.php +++ b/emotes/setmanip.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)) { |
