mirror of
https://github.com/mii443/sindan-client.git
synced 2025-08-23 00:35:39 +00:00
remove jsonfile.
change running codepage (432 -> 437).
This commit is contained in:
@ -4,7 +4,7 @@ function read_conf($filename)
|
|||||||
{
|
{
|
||||||
$lines = get-content $filename
|
$lines = get-content $filename
|
||||||
foreach($line in $lines){
|
foreach($line in $lines){
|
||||||
# コメントと空行を除外する
|
# Remove comments and blank lines.
|
||||||
if($line -match "^$"){ continue }
|
if($line -match "^$"){ continue }
|
||||||
if($line -match "^\s*;"){ continue }
|
if($line -match "^\s*;"){ continue }
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user