diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | demos/hangman/protected/.htaccess | 1 |
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
|