|
From: Florin C B. <ory...@us...> - 2013-06-20 17:09:14
|
Update of /cvsroot/mxbb/core/install/includes In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv19678/includes Modified Files: functions_install.php Log Message: installer update Index: functions_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/includes/functions_install.php,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** functions_install.php 4 Mar 2011 09:30:27 -0000 1.22 --- functions_install.php 20 Jun 2013 17:09:11 -0000 1.23 *************** *** 21,24 **** --- 21,25 ---- $template->set_filenames(array('header' => 'mx_install_header.'.$tplEx)); $template->assign_vars(array( + 'S_CONTENT_ENCODING' => 'UTF-8', 'L_PORTAL_NAME' => $mx_portal_name, 'L_PORTAL_VERSION' => $mx_portal_version, |