www.gusucode.com > weenCompany闻名企业网站系统 4.0.0 繁体中英文 UTF8源码程序 > install/step/checkDB.php

    <?php
// +---------------------------------------------+
// |     Copyright  2007 - 2009 weenCompany      |
// |     http://www.weentech.com                 |
// |     This file may not be redistributed.     |
// +---------------------------------------------+

	
$resultDB = checkDB($_GET['server'], $_GET['login'], $_GET['password'], $_GET['name']);

die("<action result='".($resultDB == 0 ? "ok" : "fail")."' error='".($resultDB == 0 ? "" : $resultDB)."'/>\n");

?>