comparison install/step3.php @ 76:69e0dabc765a

fixed: Reservation.class.php modified: config.php.sample modified: index.php modified: install/step1.php modified: install/step3.php install/grscan.php
author Sushi-k <epgrec@park.mda.or.jp>
date Tue, 23 Feb 2010 19:58:30 +0900
parents a48ea70993a3
children f854f6606fa5
comparison
equal deleted inserted replaced
70:1363ac056197 76:69e0dabc765a
49 $smarty = new Smarty(); 49 $smarty = new Smarty();
50 $smarty->template_dir = "../templates/"; 50 $smarty->template_dir = "../templates/";
51 $smarty->compile_dir = "../templates_c/"; 51 $smarty->compile_dir = "../templates_c/";
52 $smarty->cache_dir = "../cache/"; 52 $smarty->cache_dir = "../cache/";
53 53
54 $smarty->assign( "record_mode", $RECORD_MODE );
54 $smarty->assign( "settings", $settings ); 55 $smarty->assign( "settings", $settings );
55 $smarty->assign( "install_path", INSTALL_PATH ); 56 $smarty->assign( "install_path", INSTALL_PATH );
56 $smarty->assign( "post_to", "step4.php" ); 57 $smarty->assign( "post_to", "step4.php" );
57 $smarty->assign( "sitetitle", "インストールステップ3" ); 58 $smarty->assign( "sitetitle", "インストールステップ3" );
58 $smarty->assign( "message" , "環境設定を行います。これらの設定はデフォルトのままでも制限付きながら動作します。" ); 59 $smarty->assign( "message" , "環境設定を行います。これらの設定はデフォルトのままでも制限付きながら動作します。" );