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:
+1
-1
@@ -172,7 +172,7 @@ disableComments = true
|
|||||||
|
|
||||||
</script>
|
</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">
|
<div class="form-group">
|
||||||
<label for="name">Имя *</label>
|
<label for="name">Имя *</label>
|
||||||
<input type="text" id="name" name="name" placeholder="Введите Ваше имя" required>
|
<input type="text" id="name" name="name" placeholder="Введите Ваше имя" required>
|
||||||
|
|||||||
Reference in New Issue
Block a user