Первоначальная версия проекта chinilich-1.0

This commit is contained in:
2026-05-10 16:49:04 +03:00
commit 9b598697c5
16 changed files with 2886 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
session_start();
session_destroy();
header('Location: index.php');
exit;