[Vtigercrm-commits] [vtiger-commits] r5194 - /vtigercrm/trunk/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Apr 20 10:13:46 EDT 2006
Author: don
Date: Thu Apr 20 08:13:36 2006
New Revision: 5194
Log:
Removed Settings Module from skip security check
Modified:
vtigercrm/trunk/index.php
Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Thu Apr 20 08:13:36 2006
@@ -295,7 +295,7 @@
$skipHeaders=true;
$skipFooters=true;
}
- if($module == 'Users' || $module == 'Home' || $module == 'Administration' || $module == 'uploads' || $module == 'Settings' || $module == 'Calendar')
+ if($module == 'Users' || $module == 'Home' || $module == 'Administration' || $module == 'uploads' || $module == 'Calendar')
{
$skipSecurityCheck=true;
}
More information about the vtigercrm-commits
mailing list