diff options
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-x | phpBB/install/index.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/install/index.php b/phpBB/install/index.php index 56da3590ff..c916ee9df4 100755 --- a/phpBB/install/index.php +++ b/phpBB/install/index.php @@ -415,7 +415,7 @@ class module $db->sql_close(); } - exit; + exit_handler(); } /** @@ -606,7 +606,7 @@ class module $db->sql_close(); } - exit; + exit_handler(); } /** |