diff install/step3.php @ 40:a935b4789aff

fix: bug
author Sushi-k <epgrec@park.mda.or.jp>
date Tue, 28 Jul 2009 12:23:13 +0900
parents 01a8fdc0cebb
children a48ea70993a3
line wrap: on
line diff
--- a/install/step3.php	Tue Jul 28 11:50:04 2009 +0900
+++ b/install/step3.php	Tue Jul 28 12:23:13 2009 +0900
@@ -55,6 +55,7 @@
 $smarty->assign( "install_path", INSTALL_PATH );
 $smarty->assign( "post_to", "step4.php" );
 $smarty->assign( "sitetitle", "インストールステップ3" );
+$smarty->assign( "message" , "環境設定を行います。これらの設定はデフォルトのままでも制限付きながら動作します。" );
 
 $smarty->display("envSetting.html");
 ?>
\ No newline at end of file