[Vtigercrm-commits] [vtiger-commits] r3939 - in /vtigercrm/branches/4.2: config.db.php config.inc.php config.template.php install/4createConfigFile.php install/config.template.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Sun Feb 26 14:47:28 EST 2006


Author: fathi
Date: Sun Feb 26 12:47:23 2006
New Revision: 3939

Log:
Introduce files needed for ticket #20

Added:
    vtigercrm/branches/4.2/config.db.php
    vtigercrm/branches/4.2/config.template.php
      - copied unchanged from r3938, vtigercrm/branches/4.2/install/config.template.php
Removed:
    vtigercrm/branches/4.2/install/config.template.php
Modified:
    vtigercrm/branches/4.2/config.inc.php
    vtigercrm/branches/4.2/install/4createConfigFile.php

Modified: vtigercrm/branches/4.2/config.inc.php
==============================================================================
--- vtigercrm/branches/4.2/config.inc.php (original)
+++ vtigercrm/branches/4.2/config.inc.php Sun Feb 26 12:47:23 2006
@@ -3,5 +3,5 @@
  * The configuration file for FHS system
  * is located at /etc/vtigercrm directory.
  */
- include('config.inc.php');
+  include('config.inc.php');
 ?>

Modified: vtigercrm/branches/4.2/install/4createConfigFile.php
==============================================================================
--- vtigercrm/branches/4.2/install/4createConfigFile.php (original)
+++ vtigercrm/branches/4.2/install/4createConfigFile.php Sun Feb 26 12:47:23 2006
@@ -128,7 +128,7 @@
   $is_writable = is_writable('.');
 
 /* open template configuration file read only */
-$templateFilename = 'install/config.template.php';
+$templateFilename = 'config.template.php';
 $templateHandle = fopen($templateFilename, "r");
 if($templateHandle) {
   /* open include configuration file write only */





More information about the vtigercrm-commits mailing list