diff options
Diffstat (limited to 'account/delete.php')
| -rw-r--r-- | account/delete.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/account/delete.php b/account/delete.php index 0a0bbb6..9301f19 100644 --- a/account/delete.php +++ b/account/delete.php @@ -1,5 +1,5 @@ <?php -include "{$_SERVER['DOCUMENT_ROOT']}/lib/utils.php"; +include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/utils.php"; include_once "{$_SERVER['DOCUMENT_ROOT']}/lib/config.php"; session_start(); |
