summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/webapp/templates/index.php.erb
diff options
context:
space:
mode:
Diffstat (limited to 'kitchen-tests/cookbooks/webapp/templates/index.php.erb')
-rw-r--r--kitchen-tests/cookbooks/webapp/templates/index.php.erb8
1 files changed, 0 insertions, 8 deletions
diff --git a/kitchen-tests/cookbooks/webapp/templates/index.php.erb b/kitchen-tests/cookbooks/webapp/templates/index.php.erb
deleted file mode 100644
index b08b076614..0000000000
--- a/kitchen-tests/cookbooks/webapp/templates/index.php.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
- <head>
- <title>PHP Test</title>
- </head>
- <body>
- <?php echo '<p>Hello, World!</p>'; ?>
- </body>
-</html>