diff options
author | Rob Landley <rob@landley.net> | 2021-06-12 02:42:48 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2021-06-12 02:42:48 -0500 |
commit | f509ccd339679937e80b385aae9515aa0a161adb (patch) | |
tree | 648c07850ac40b2c7546aeb1d874f406552ebdf5 /www/.htaccess | |
parent | 08bfbd965e3b7714105ed6c1130f507ae06a5159 (diff) | |
download | toybox-f509ccd339679937e80b385aae9515aa0a161adb.tar.gz |
Check in the .htaccess file that triggers the server side includes
for the nav menu.
Diffstat (limited to 'www/.htaccess')
-rw-r--r-- | www/.htaccess | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/.htaccess b/www/.htaccess new file mode 100644 index 00000000..d687228e --- /dev/null +++ b/www/.htaccess @@ -0,0 +1 @@ +Xbithack on |