From 83fbcaae73ed2b1730c21a986d60850a7866f2f0 Mon Sep 17 00:00:00 2001 From: Toy Rik Date: Sat, 13 Dec 2025 17:45:58 +0300 Subject: [PATCH] =?UTF-8?q?=D1=87=D1=82=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chefr.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chefr.php b/chefr.php index 37c2333..c47aa37 100644 --- a/chefr.php +++ b/chefr.php @@ -96,7 +96,7 @@ } else { $result = decryptText($text, $decryptionDictionary); } - +// вывод результата echo "

Результат:

"; echo "
$result
"; }