aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/install/index.php')
-rwxr-xr-xphpBB/install/index.php4
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();
}
/**