From c4dac9bf21713f430eb708fc1ef891d578a7280b Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Thu, 29 Mar 2007 13:42:06 +0000 Subject: [PATCH] Ajout Variables Smarty Vides --- htdocs/install/etape1.php | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/htdocs/install/etape1.php b/htdocs/install/etape1.php index bf7c59cbd13..20964b49040 100644 --- a/htdocs/install/etape1.php +++ b/htdocs/install/etape1.php @@ -122,13 +122,16 @@ if ($_POST["action"] == "set") fputs($fp, '$dolibarr_main_db_type="'.$_POST["db_type"].'";'); fputs($fp,"\n"); - /* Preparation integration SMARTY, LAISSER en commentaire pour le moment -> Rodo - fputs($fp, '$dolibarr_smarty_compile="'.$_POST["smarty_compile"].'";'); - fputs($fp,"\n"); + /* Preparation integration SMARTY */ + fputs($fp, '$dolibarr_smarty_libs_dir="";'); + fputs($fp,"\n"); - fputs($fp, '$dolibarr_smarty_cache="'.$_POST["smarty_cache"].'";'); - fputs($fp,"\n"); - */ + fputs($fp, '$dolibarr_smarty_compile="";'); + fputs($fp,"\n"); + + fputs($fp, '$dolibarr_smarty_cache="";'); + fputs($fp,"\n"); + /* Fin Smarty*/ fputs($fp, '?>'); fclose($fp);