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

<?php
require('class/connect.php');
require('class/db_sql.php');
require('class/functions.php');
$lur=islogin();
$loginin=$lur['username'];
$rnd=$lur['rnd'];
$hand=@opendir($bakpath);
$form='ebakredata';
if($_GET['toform'])
{
	$form=$_GET['toform'];
}
require LoadAdminTemp('eChangePath.php');
?>