From c49762708734bb15960856333a7a2f115b72d4af Mon Sep 17 00:00:00 2001 From: Uma <uma.s@vtiger.com> Date: Fri, 30 Aug 2019 17:23:51 +0530 Subject: [PATCH] File security through obscurity is supported --- modules/Vtiger/helpers/ShowFile.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/Vtiger/helpers/ShowFile.php b/modules/Vtiger/helpers/ShowFile.php index c784f57ac..856724397 100644 --- a/modules/Vtiger/helpers/ShowFile.php +++ b/modules/Vtiger/helpers/ShowFile.php @@ -1,12 +1,12 @@ <?php -/* +********************************************************************************** - * The contents of this file are subject to the Vtiger CRM Public License Version 1.1 +/*+*********************************************************************************** + * The contents of this file are subject to the vtiger CRM Public License Version 1.0 * ("License"); You may not use this file except in compliance with the License - * The Original Code is: Vtiger CRM Commercial - * The Initial Developer of the Original Code is Vtiger. - * Portions created by Vtiger are Copyright (C) Vtiger. + * The Original Code is: vtiger CRM Open Source + * The Initial Developer of the Original Code is vtiger. + * Portions created by vtiger are Copyright (C) vtiger. * All Rights Reserved. - * ***********************************************************************************/ + *************************************************************************************/ class Vtiger_ShowFile_Helper { -- GitLab