mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] changelog2009-06-14 08:16 pm

[dw-free] various directories need blank index

[commit: http://hg.dwscoalition.org/dw-free/rev/c71ff2482cdf]

http://bugs.dwscoalition.org/show_bug.cgi?id=977

Blank out some more directories with empty index pages.

Patch by [staff profile] denise.

Files modified:
  • htdocs/captcha/index.html
  • htdocs/dev/index.html
  • htdocs/misc/index.html
  • htdocs/stc/index.html
--------------------------------------------------------------------------------
diff -r 0532379eaa08 -r c71ff2482cdf htdocs/captcha/index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/htdocs/captcha/index.html	Sun Jun 14 20:16:19 2009 +0000
@@ -0,0 +1,4 @@
+<html>
+<head>
+</head>
+</html>
\ No newline at end of file
diff -r 0532379eaa08 -r c71ff2482cdf htdocs/dev/index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/htdocs/dev/index.html	Sun Jun 14 20:16:19 2009 +0000
@@ -0,0 +1,4 @@
+<html>
+<head>
+</head>
+</html>
\ No newline at end of file
diff -r 0532379eaa08 -r c71ff2482cdf htdocs/misc/index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/htdocs/misc/index.html	Sun Jun 14 20:16:19 2009 +0000
@@ -0,0 +1,4 @@
+<html>
+<head>
+</head>
+</html>
\ No newline at end of file
diff -r 0532379eaa08 -r c71ff2482cdf htdocs/stc/index.html
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/htdocs/stc/index.html	Sun Jun 14 20:16:19 2009 +0000
@@ -0,0 +1,4 @@
+<html>
+<head>
+</head>
+</html>
\ No newline at end of file
--------------------------------------------------------------------------------