]> _ Git - ccv-wordpress.git/commitdiff
Change upload URL for NAS due to SSL certificate problem with upload.ccv-montpellier...
authorStephen Cameron <stephen@cubedesigners.com>
Wed, 24 Feb 2021 16:32:16 +0000 (17:32 +0100)
committerStephen Cameron <stephen@cubedesigners.com>
Wed, 24 Feb 2021 16:32:16 +0000 (17:32 +0100)
wp-content/themes/CCV/resources/views/forms/consultation.blade.php

index c00ae6f3f344332eddcc1aaf41ea4108b17629ee..a7cc32b91c4a0bb663637f89fc2124797373b43f 100644 (file)
 
 
 @push('afterform')
-  <form action="https://upload.ccv-montpellier.fr/upload.php" id="phone-file-upload-form" method="post"
+  <form action="https://ccvmontpellier34.synology.me/upload.php" id="phone-file-upload-form" method="post"
         enctype="multipart/form-data" style="visibility:hidden;height:1px;position:absolute;top:0;">
     <input type="file" multiple="multiple" name="files[]" id="phone-file-upload-field" accept="image/*" capture />
   </form>