summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxue <>2005-12-10 18:07:46 +0000
committerxue <>2005-12-10 18:07:46 +0000
commit972d759628dbf23e4d4d234f387fb4a047b7ee0f (patch)
treebfdc4cdcd4568f7a936bfec6d3142f3a60852064
parent974959a59b7e857ba72772f23ee4d2540195378c (diff)
Added .htaccess file to hangman game.
-rw-r--r--.gitattributes1
-rw-r--r--demos/hangman/protected/.htaccess1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f860df16..eee58da2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -18,6 +18,7 @@ demos/controls/themes/BlueTheme/icon_profile.gif -text
demos/controls/themes/BlueTheme/labels.skin -text
demos/controls/themes/BlueTheme/simple.css -text
demos/hangman/index.php -text
+demos/hangman/protected/.htaccess -text
demos/hangman/protected/application.xml -text
demos/hangman/protected/data/words.txt -text
demos/hangman/protected/pages/HomePage.php -text
diff --git a/demos/hangman/protected/.htaccess b/demos/hangman/protected/.htaccess
new file mode 100644
index 00000000..e0198322
--- /dev/null
+++ b/demos/hangman/protected/.htaccess
@@ -0,0 +1 @@
+deny from all