mirror of
https://gitee.com/ledc/IYUUAutoReseed
synced 2025-06-12 19:58:56 +00:00
优化提高Windows平台转移做种客户端的兼容性
This commit is contained in:
@ -448,3 +448,12 @@ function ShowTableSites($dir = 'Protocols', $filter = array())
|
||||
$table->setRows($data);
|
||||
echo($table->render());
|
||||
}
|
||||
|
||||
/**
|
||||
* 是否win平台
|
||||
* @return bool
|
||||
*/
|
||||
function isWin()
|
||||
{
|
||||
return (DIRECTORY_SEPARATOR == '\\') ? true : false;
|
||||
}
|
Reference in New Issue
Block a user