[Vtigercrm-commits] [vtiger-commits] r7589 - /vtigercrm/trunk/index.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Tue Jun 27 13:01:57 EDT 2006
Author: richie
Date: Tue Jun 27 11:01:32 2006
New Revision: 7589
Log:
Security check for Administration module done
Modified:
vtigercrm/trunk/index.php
Modified: vtigercrm/trunk/index.php
==============================================================================
--- vtigercrm/trunk/index.php (original)
+++ vtigercrm/trunk/index.php Tue Jun 27 11:01:32 2006
@@ -306,7 +306,7 @@
header( "Pragma: no-cache" );
}
- if($module == 'Users' || $module == 'Home' || $module == 'Administration' || $module == 'uploads' || $module == 'Calendar')
+ if($module == 'Users' || $module == 'Home' || $module == 'uploads' || $module == 'Calendar')
{
$skipSecurityCheck=true;
}
More information about the vtigercrm-commits
mailing list