diff options
Diffstat (limited to 'account/register.php')
| -rw-r--r-- | account/register.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/account/register.php b/account/register.php index 292684d..49fca27 100644 --- a/account/register.php +++ b/account/register.php @@ -1,5 +1,5 @@ <?php -include "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/accounts.php"; include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/alert.php"; if (authorize_user()) { @@ -12,7 +12,7 @@ if (!CONFIG['account']['registration']) { exit; } -include "{$_SERVER['DOCUMENT_ROOT']}/lib/partials.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/partials.php"; include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/config.php"; include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/utils.php"; |
