aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/httpd/html/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/benchmarks/httpd/html/index.php')
-rw-r--r--src/benchmarks/httpd/html/index.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/benchmarks/httpd/html/index.php b/src/benchmarks/httpd/html/index.php
deleted file mode 100644
index 0dde14e..0000000
--- a/src/benchmarks/httpd/html/index.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-// Show all information, defaults to INFO_ALL
-phpinfo();
-
-// Show just the module information.
-// phpinfo(8) yields identical results.
-phpinfo(INFO_MODULES);
-
-?>