mirror of
https://github.com/yawaflua/yaflay.ru.git
synced 2025-12-14 01:26:25 +02:00
fix author url
add many ownersid
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
@if (Request.Cookies["melon"] != null)
|
||||
{
|
||||
|
||||
if (Request.Cookies["cable"] != Startup.ownerId)
|
||||
if (Startup.ownerId.FirstOrDefault(k => k.Equals(Request.Cookies["cable"])) != null)
|
||||
{
|
||||
<h1 align="center">Вы не авторизованы! Сасни хуйца, олух</h1>
|
||||
isAllowed = false;
|
||||
|
||||
Reference in New Issue
Block a user