update version

This commit is contained in:
mercury
2025-01-04 22:56:21 +04:00
parent 7daf61a4f5
commit 6dafba5618
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ class Bot
];
$this->reg = '~' . implode('|', [
'GET / HTTP',
'GET /favicon.ico HTTP',
preg_quote($this->getHashBot())
]) . '~';
}