From 8b2630a82fbecfd57fa38aebb397a755936690e5 Mon Sep 17 00:00:00 2001 From: stbuehler Date: Fri, 18 Sep 2015 15:15:18 +0000 Subject: add README to point to lighttpd-1.4.x as stable git-svn-id: svn://svn.lighttpd.net/lighttpd/trunk@3041 152afb58-edef-0310-8abb-c4023f1b3aa9 --- tests/docroot/www/go/Makefile.am | 1 - tests/docroot/www/go/cgi.php | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 tests/docroot/www/go/Makefile.am delete mode 100644 tests/docroot/www/go/cgi.php (limited to 'tests/docroot/www/go') diff --git a/tests/docroot/www/go/Makefile.am b/tests/docroot/www/go/Makefile.am deleted file mode 100644 index fe20c503..00000000 --- a/tests/docroot/www/go/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -EXTRA_DIST=cgi.php diff --git a/tests/docroot/www/go/cgi.php b/tests/docroot/www/go/cgi.php deleted file mode 100644 index d92e52f9..00000000 --- a/tests/docroot/www/go/cgi.php +++ /dev/null @@ -1,9 +0,0 @@ -\n"; -#phpinfo(); -#header("Content-Length: ".ob_get_length()); -#ob_end_flush(); - -?> -- cgit v1.2.1