コード例 #1
0
ファイル: system.harddisk.php プロジェクト: BillTheBest/1.6.x
function SaveFolderList()
{
    $path = $_GET["SaveFolderList"];
    $index = $_GET["index"];
    $hard = new harddrive();
    $hard->edit_path($index, $path);
}