添加更新历史

This commit is contained in:
iyuu.cn
2020-02-26 16:07:29 +08:00
parent b788ef1245
commit ccd0acd7f6
4 changed files with 13 additions and 2 deletions

View File

@ -456,4 +456,4 @@ function ShowTableSites($dir = 'Protocols', $filter = array())
function isWin()
{
return (DIRECTORY_SEPARATOR == '\\') ? true : false;
}
}