From 972d759628dbf23e4d4d234f387fb4a047b7ee0f Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 10 Dec 2005 18:07:46 +0000 Subject: Added .htaccess file to hangman game. --- .gitattributes | 1 + demos/hangman/protected/.htaccess | 1 + 2 files changed, 2 insertions(+) create mode 100644 demos/hangman/protected/.htaccess 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 -- cgit v1.2.3