Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
d774e1cf6e | |||
f769508984 | |||
8c8b19f391 |
16
README.md
16
README.md
@@ -1 +1,15 @@
|
||||
# site-repression
|
||||
# How I was kidnapped by PMC Wagner
|
||||
|
||||
In the morning i was kidnapped **with a bag over my head and in handcuffs**, in the afternoon there was a **fake trial** with my acquittal, and in the evening i was already **drinking my coffee at home** 🥲
|
||||
|
||||
## Description
|
||||
This is an educational and entertaining article about **real events** that happened to me in **2023**. Initially, i planned to structure the story in order to **request political asylum in Estonia**, but the situation became such that I was forced to **abandon this idea** *(to my regret)*, and remade the site into a more humorous one.
|
||||
|
||||
Reading the article you may be impressed by these incredible incidents, but in reality these are **trifles** and **commonplace**. I was not surprised when this happened. This is a harsh reality, but it is not as harsh as in the movies.
|
||||
|
||||
*In life, even the most terrible tragedies happen in a boring, ordinary way.*
|
||||
|
||||
## Afterword
|
||||
My psychological state is **absolutely normal** *(2024.01.04)*, however, i am **still scared** of cars stopping next to me at night, and i also do not feel safe *(more than before)*.
|
||||
|
||||
*This is not my most interesting story in life and not the most memorable. It just so happened that i shared it with you about it. **I hope you will enjoy*** 😼⏎
|
@@ -200,8 +200,11 @@ class views extends core
|
||||
// Инициализация буфера обработанных последних просмотров
|
||||
$buffer = [];
|
||||
|
||||
// Универсализация
|
||||
if ($response instanceof _document) $response = [$response];
|
||||
|
||||
// Обработка последних просмотров
|
||||
foreach ($response as $view) $buffer[] = $view->getAll()[0];
|
||||
foreach ($response ?? [] as $view) $buffer[] = $view->getAll()[0];
|
||||
|
||||
return $buffer;
|
||||
} else throw new exception('Не удалось инициализировать коллекцию');
|
||||
|
Reference in New Issue
Block a user