From 1ebaa24473fa776566bab3d1d8ab789ec4a790fb Mon Sep 17 00:00:00 2001
From: OpenXE <>
Date: Wed, 24 May 2023 15:44:04 +0200
Subject: [PATCH] .htaccess include robots.txt
---
phpwf/plugins/class.acl.php | 4 ++++
www/.htaccess | 4 ++++
2 files changed, 8 insertions(+)
diff --git a/phpwf/plugins/class.acl.php b/phpwf/plugins/class.acl.php
index ef61afc7..8ef2eae9 100644
--- a/phpwf/plugins/class.acl.php
+++ b/phpwf/plugins/class.acl.php
@@ -1271,6 +1271,10 @@ Allow from all
Order Allow,Deny
Allow from all
+
+ Order Allow,Deny
+ Allow from all
+
# end
');
diff --git a/www/.htaccess b/www/.htaccess
index 7a7e5bd7..2b87ed4f 100644
--- a/www/.htaccess
+++ b/www/.htaccess
@@ -23,4 +23,8 @@ Allow from all
Order Allow,Deny
Allow from all
+
+ Order Allow,Deny
+ Allow from all
+
# end