diff options
author | stbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9> | 2015-09-18 15:15:18 +0000 |
---|---|---|
committer | stbuehler <stbuehler@152afb58-edef-0310-8abb-c4023f1b3aa9> | 2015-09-18 15:15:18 +0000 |
commit | 8b2630a82fbecfd57fa38aebb397a755936690e5 (patch) | |
tree | a9cfcd7bb5bea87d63fc8ef81c8456a130a249bc /tests/docroot/www/indexfile | |
parent | e57c8295ebe92b58ca3e68fa8ea8f70d4b0b4cee (diff) | |
download | lighttpd-master.tar.gz |
git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@3041 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'tests/docroot/www/indexfile')
-rw-r--r-- | tests/docroot/www/indexfile/Makefile.am | 1 | ||||
-rw-r--r-- | tests/docroot/www/indexfile/index.php | 1 | ||||
-rw-r--r-- | tests/docroot/www/indexfile/return-404.php | 5 | ||||
-rw-r--r-- | tests/docroot/www/indexfile/rewrite.php | 3 |
4 files changed, 0 insertions, 10 deletions
diff --git a/tests/docroot/www/indexfile/Makefile.am b/tests/docroot/www/indexfile/Makefile.am deleted file mode 100644 index 04727308..00000000 --- a/tests/docroot/www/indexfile/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST=index.php return-404.php rewrite.php diff --git a/tests/docroot/www/indexfile/index.php b/tests/docroot/www/indexfile/index.php deleted file mode 100644 index e0c7d9ec..00000000 --- a/tests/docroot/www/indexfile/index.php +++ /dev/null @@ -1 +0,0 @@ -<?php print $_SERVER["PHP_SELF"]; ?> diff --git a/tests/docroot/www/indexfile/return-404.php b/tests/docroot/www/indexfile/return-404.php deleted file mode 100644 index dd680cc5..00000000 --- a/tests/docroot/www/indexfile/return-404.php +++ /dev/null @@ -1,5 +0,0 @@ -<?php - header("Status: 404"); - - print $_SERVER["PHP_SELF"]; -?> diff --git a/tests/docroot/www/indexfile/rewrite.php b/tests/docroot/www/indexfile/rewrite.php deleted file mode 100644 index fb412907..00000000 --- a/tests/docroot/www/indexfile/rewrite.php +++ /dev/null @@ -1,3 +0,0 @@ -<?php - print $_SERVER["QUERY_STRING"]; -?> |