summaryrefslogtreecommitdiffhomepage
path: root/test/php/fastcgi_finish_request/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'test/php/fastcgi_finish_request/index.php')
-rw-r--r--test/php/fastcgi_finish_request/index.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/php/fastcgi_finish_request/index.php b/test/php/fastcgi_finish_request/index.php
index a6211303..fbfae71b 100644
--- a/test/php/fastcgi_finish_request/index.php
+++ b/test/php/fastcgi_finish_request/index.php
@@ -8,4 +8,6 @@ if (!fastcgi_finish_request()) {
}
echo "4567";
+
+include 'server.php';
?>