Skip to content

Commit

Permalink
.htaccess change and version year.
Browse files Browse the repository at this point in the history
  • Loading branch information
VBGAMER45 committed Feb 8, 2013
1 parent d073669 commit 3209cc0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .htaccess
@@ -1,4 +1,12 @@
<Files ~ "\.php~$">
Order allow,deny
Deny from all
</Files>
</Files>

<IfModule mod_security.c>
# Turn off mod_security filtering. ezForum is a big boy, it doesn\'t need its hands held.
SecFilterEngine Off

# The below probably isn\'t needed, but better safe than sorry.
SecFilterScanPOST Off
</IfModule>
2 changes: 1 addition & 1 deletion news_readme.html
Expand Up @@ -55,6 +55,6 @@ <h1>News Scripting for ezForum</h1>
<br />
This shows an example of how one might change the limit on the news items.
<br /><br />
Copyright &copy;2012 <a href="http://www.ezforum.com" title="Forum Software" target="_blank">ezForum</a>.<br />
Copyright &copy;2013 <a href="http://www.ezforum.com" title="Forum Software" target="_blank">ezForum</a>.<br />
</body>
</html>

0 comments on commit 3209cc0

Please sign in to comment.