[Vtigercrm-commits] [vtiger-commits] r10157 - /vtigercrm/branches/5.0.3/install/4createConfigFile.php
vtigercrm-commits at vtiger.fosslabs.com
vtigercrm-commits at vtiger.fosslabs.com
Thu Feb 8 07:52:08 EST 2007
Author: richie
Date: Thu Feb 8 05:51:55 2007
New Revision: 10157
Log:
removed unwanted info. set default memory limit to 64M
Modified:
vtigercrm/branches/5.0.3/install/4createConfigFile.php
Modified: vtigercrm/branches/5.0.3/install/4createConfigFile.php
==============================================================================
--- vtigercrm/branches/5.0.3/install/4createConfigFile.php (original)
+++ vtigercrm/branches/5.0.3/install/4createConfigFile.php Thu Feb 8 05:51:55 2007
@@ -260,13 +260,8 @@
$config .= " * Contributor(s): ______________________________________.\n";
$config .= "********************************************************************************/\n\n";
$config .= "include('vtigerversion.php');\n\n";
- $config .= "// more than 8MB memory needed for graphics\n\n";
- $config .= "// memory limit default value = 16M\n\n";
- $config .= "ini_set('memory_limit','16M');\n\n";
+ $config .= "ini_set('memory_limit','64M');\n\n";
$config .= "// show or hide world clock, calculator and FCKEditor\n\n";
- $config .= "// world_clock_display default value = true\n";
- $config .= "// calculator_display default value = true\n";
- $config .= "// fckeditor_display default value = true\n\n";
$config .= "\$WORLD_CLOCK_DISPLAY = 'true';\n";
$config .= "\$CALCULATOR_DISPLAY = 'true';\n";
$config .= "\$FCKEDITOR_DISPLAY = 'true';\n\n";
More information about the vtigercrm-commits
mailing list