From d1a75f73b38c2fe50fb8047e87fd6791a8490667 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Wed, 6 Oct 2010 19:28:57 +0000 Subject: [PATCH] Made cfs-based webserver example compatible with 8.3 file systems. --- examples/webserver/httpd-cfs/{index.html => index.htm} | 0 examples/webserver/httpd-cfs/{notfound.html => notfound.htm} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename examples/webserver/httpd-cfs/{index.html => index.htm} (100%) rename examples/webserver/httpd-cfs/{notfound.html => notfound.htm} (100%) diff --git a/examples/webserver/httpd-cfs/index.html b/examples/webserver/httpd-cfs/index.htm similarity index 100% rename from examples/webserver/httpd-cfs/index.html rename to examples/webserver/httpd-cfs/index.htm diff --git a/examples/webserver/httpd-cfs/notfound.html b/examples/webserver/httpd-cfs/notfound.htm similarity index 100% rename from examples/webserver/httpd-cfs/notfound.html rename to examples/webserver/httpd-cfs/notfound.htm