Restore full repository structure with S3 fixes

- Fixed S3 upload functionality with direct HTTP requests
- Added AWS Signature V4 authentication for REG.RU S3
- Resolved telegram bot photo upload issues
- Updated s3_helper.py with proper error handling
- Fixed forms_helper.php function calls
- Updated send_plan_simple.php to return JSON responses
This commit is contained in:
Kirik
2025-09-03 17:28:07 +02:00
parent e0eb2f61f8
commit 4eb7a82673
+1 -1
View File
@@ -172,7 +172,7 @@ disableComments = true
</script>
<form class="travel-form" action="/api/send_plan_simple.php" method="POST" onsubmit="return handleFormSubmit(event)">
<form class="travel-form" action="/api/send_plan_simple.php" method="POST">
<div class="form-group">
<label for="name">Имя *</label>
<input type="text" id="name" name="name" placeholder="Введите Ваше имя" required>