1
0
mirror of https://github.com/serega404/VodokanalBot.git synced 2025-08-28 07:54:40 +03:00

Deprecate php version

This commit is contained in:
2023-03-17 00:22:12 +03:00
parent 180875a42d
commit 4ab92b65a0
4 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<?php
return [
'url' => 'http://www.tgnvoda.ru/avarii.php',
// Telegram
'Send_silent' => 'false',
'Telegram_token' => 'token',
'Telegram_channel' => '@channel'
];
?>