diff --git a/index.php b/index.php
index b20577d669cf5a4e96d45f79e5c60258ac92da9c..88f892b5becaea90acfe01dd277afca50804137d 100644
--- a/index.php
+++ b/index.php
@@ -101,5 +101,15 @@
print "
Разница дней:
";
print $func->diffDays(new DateTimeImmutable(), new DateTimeImmutable("2025-01-01"));
?>
+
+
+ Function 8
+ readLogFile(__DIR__ . "/public/text.txt");
+ } catch (Exception $e) {
+ print $e->getMessage();
+ }
+ ?>