Добавляем все файлы

This commit is contained in:
2025-11-06 19:41:55 +02:00
parent 235d6a3a18
commit 2e5aaec307
218 changed files with 79015 additions and 0 deletions

5
plugin/foto/plug.php Executable file
View File

@@ -0,0 +1,5 @@
<?php
echo '
<img src="/img/users_img/Admin/20250505_233317.png" style=" max-width: 100%; width: Auto;">
';
?>

3
plugin/plugintest/plug.php Executable file
View File

@@ -0,0 +1,3 @@
<?php
echo "Текст плагина";
?>