From ef711ac2679ac6b5552cbcc0e7aa9562ce2ecfbf Mon Sep 17 00:00:00 2001
From: chaitanya <chaitanya@vtiger-Latitude-5420>
Date: Tue, 19 Mar 2024 12:02:07 +0530
Subject: [PATCH] Revert "#Fixes::158429927::Chaitanya N::Unrestricted file
 upload in company logo issue is fixed"

This reverts commit 23b68adbe4580b7a4e156b71b85587c9822588bd.
---
 config.template.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.template.php b/config.template.php
index 670bd53b7..81f64b819 100644
--- a/config.template.php
+++ b/config.template.php
@@ -111,7 +111,7 @@ $allow_exports = 'all';
 
 // files with one of these extensions will have '.txt' appended to their filename on upload
 // upload_badext default value = php, php3, php4, php5, pl, cgi, py, asp, cfm, js, vbs, html, htm
-$upload_badext = array('php', 'php3', 'php4', 'php5', 'pl', 'cgi', 'py', 'asp', 'cfm', 'js', 'vbs', 'html', 'htm', 'exe', 'bin', 'bat', 'sh', 'dll', 'phps', 'phtml', 'xhtml', 'rb', 'msi', 'jsp', 'shtml', 'sth', 'shtm', 'htaccess');
+$upload_badext = array('php', 'php3', 'php4', 'php5', 'pl', 'cgi', 'py', 'asp', 'cfm', 'js', 'vbs', 'html', 'htm', 'exe', 'bin', 'bat', 'sh', 'dll', 'phps', 'phtml', 'xhtml', 'rb', 'msi', 'jsp', 'shtml', 'sth', 'shtm', '.htaccess');
 
 // list_max_entries_per_page default value = 20
 $list_max_entries_per_page = '20';
-- 
GitLab