MINI_SHL
Current Path : D:/wwwroot/wangmei148/wwwroot/bak/
Upload File :
Current File : D:/wwwroot/wangmei148/wwwroot/bak/ChangeDb.php

<?php
require('class/connect.php');
require('class/db_sql.php');
require('class/functions.php');
require LoadLang('f.php');
$lur=islogin();
$loginin=$lur['username'];
$rnd=$lur['rnd'];
$link=db_connect();
$empire=new mysqlquery();
//ĬÈÏÊý¾Ý¿â
if(!empty($phome_db_dbname))
{
	echo $fun_r['GotoDefaultDb']."<script>self.location.href='ChangeTable.php?mydbname=".$phome_db_dbname."'</script>";
	exit();
}
$sql=$empire->query("SHOW DATABASES");
require LoadAdminTemp('eChangeDb.php');
db_close();
$empire=null;
?>