1 |
diff -Nur e-smith-ibays-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays e-smith-ibays-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays |
2 |
--- e-smith-ibays-2.6.0.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays 2020-06-23 14:32:28.164000000 -0400 |
3 |
+++ e-smith-ibays-2.6.0/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/90e-smithAccess40ibays 2020-06-23 14:33:28.092000000 -0400 |
4 |
@@ -133,7 +133,7 @@ |
5 |
{ |
6 |
$OUT .= " DirectoryIndex index.shtml index.htm index.html\n"; |
7 |
$OUT .= " Options +IncludesNOEXEC\n"; |
8 |
- $OUT .= " <FilesMatch \"\\.(php|php3|phtml)\$\">\n"; |
9 |
+ $OUT .= " <FilesMatch \"\\.(php|phtml)\$\">\n"; |
10 |
$OUT .= " order deny,allow\n"; |
11 |
$OUT .= " Deny from all\n"; |
12 |
$OUT .= " </FilesMatch>\n"; |