* @package ZenTaoPMS * @version $Id: step3.html.php 4297 2013-01-27 07:51:45Z wwccss $ */ ?> installed = true; \$config->debug = false; \$config->requestType = '$requestType'; \$config->db->host = '$dbHost'; \$config->db->port = '$dbPort'; \$config->db->name = '$dbName'; \$config->db->user = '$dbUser'; \$config->db->password = '$dbPassword'; \$config->db->prefix = '$dbPrefix'; \$config->webRoot = getWebRoot(); \$config->default->lang = '$defaultLang'; EOT; } ?>