fix: remove personal donation links and author data from panel and README

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Андрей Бобырев
2026-05-28 23:12:45 +03:00
parent e11451b984
commit afe5c39649
2 changed files with 1 additions and 14 deletions

View File

@@ -2,8 +2,6 @@
Веб-панель управления для [Phobos](https://git.zerrolabs.org/Ground-Zerro/Phobos) (обфусцированный WireGuard VPN). Веб-панель управления для [Phobos](https://git.zerrolabs.org/Ground-Zerro/Phobos) (обфусцированный WireGuard VPN).
> Где поддержать: [Boosty (донат)](https://boosty.to/andrey27/donate) · [Ozon СБП](https://finance.ozon.ru/apps/sbp/ozonbankpay/019dc200-2a5d-7931-a619-782d285f6798) · [Telegram @lot_andrey](https://t.me/lot_andrey) · [**GitHub** ↗](https://github.com/andrey271192/PCA_Phobos)
## Быстрый старт ## Быстрый старт
**Требование:** Phobos уже установлен на VPS ([инструкция](https://git.zerrolabs.org/Ground-Zerro/Phobos)). **Требование:** Phobos уже установлен на VPS ([инструкция](https://git.zerrolabs.org/Ground-Zerro/Phobos)).
@@ -115,11 +113,3 @@ curl -fsSL https://raw.githubusercontent.com/andrey271192/PCA_Phobos/main/app.py
systemctl restart phobos-panel systemctl restart phobos-panel
``` ```
---
## Поддержка проекта
-**GitHub:** [andrey271192/PCA_Phobos](https://github.com/andrey271192/PCA_Phobos)
- 💖 **Boosty:** [boosty.to/andrey27/donate](https://boosty.to/andrey27/donate)
- 💳 **Ozon Bank (СБП):** [ссылка](https://finance.ozon.ru/apps/sbp/ozonbankpay/019dc200-2a5d-7931-a619-782d285f6798)
- ✉️ **Telegram:** [@lot_andrey](https://t.me/lot_andrey)

5
app.py
View File

@@ -330,10 +330,7 @@ input:focus{outline:none;border-color:#4f46e5}
</div> </div>
CONTENT CONTENT
<div class="footer"> <div class="footer">
<a href="https://github.com/andrey271192/PCA_Phobos" target="_blank">GitHub</a> · Phobos VPN Panel
<a href="https://boosty.to/andrey27/donate" target="_blank">Boosty</a> ·
<a href="https://finance.ozon.ru/apps/sbp/ozonbankpay/019dc200-2a5d-7931-a619-782d285f6798" target="_blank">Ozon СБП</a> ·
<a href="https://t.me/lot_andrey" target="_blank">Telegram @lot_andrey</a>
</div> </div>
</body></html>""" </body></html>"""