Commit 0101236f authored by globa's avatar globa

add tls 1.2

parent 803d82fd
*.cfg
*.sqlite
\ No newline at end of file
*.sqlite
config.ps1
\ No newline at end of file
$db = "D:\telegram-bot\db.sqlite"
$db = ".\db.sqlite"
# Подключение файла с конфигурацией
$configFile = ".\config.cfg"
$configFile = ".\config.ps1"
if (Test-Path $configFile) {
. $configFile
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment