cyclical rebooting panel adguardhome fix

This commit is contained in:
mercury
2025-04-07 00:22:50 +04:00
parent e41c8e30a4
commit 1b93d41421
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ switch (true) {
// adguard cookie
case preg_match('~^' . preg_quote("/webapp$hash/check") . '~', $_SERVER['REQUEST_URI']) && $webapp:
setcookie('c', substr(hash('sha256', $c['key']), 0, 8), 0, '/');
setcookie('c', $hash, 0, '/');
echo "/adguard$hash/";
break;
+6
View File
@@ -1,3 +1,9 @@
07.04.2025 v2.17
- фикс циклической перезагрузки панели adguardHome
07.04.2025 v2.16
- фикс warp
07.04.2025 v2.15
- миграция поддоменов np/oc вместе в с бэкапом
02.03.2025 v2.14
- vless ip limit: фикс выключения юзера
22.02.2025 v2.13