fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15745] uploadhandler: change delete type to POST


From: sigurdne
Subject: [Fmsystem-commits] [15745] uploadhandler: change delete type to POST
Date: Wed, 28 Sep 2016 08:40:35 +0000 (UTC)

Revision: 15745
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15745
Author:   sigurdne
Date:     2016-09-28 08:40:34 +0000 (Wed, 28 Sep 2016)
Log Message:
-----------
uploadhandler: change delete type to POST

Modified Paths:
--------------
    branches/dev-syncromind-2/property/inc/import/UploadHandler.php

Modified: branches/dev-syncromind-2/property/inc/import/UploadHandler.php
===================================================================
--- branches/dev-syncromind-2/property/inc/import/UploadHandler.php     
2016-09-28 00:12:47 UTC (rev 15744)
+++ branches/dev-syncromind-2/property/inc/import/UploadHandler.php     
2016-09-28 08:40:34 UTC (rev 15745)
@@ -52,7 +52,7 @@
             'param_name' => 'files',
             // Set the following option to 'POST', if your server does not 
support
             // DELETE requests. This is a parameter sent to the client:
-            'delete_type' => 'DELETE',
+            'delete_type' => 'POST',
             'access_control_allow_origin' => '*',
             'access_control_allow_credentials' => false,
             'access_control_allow_methods' => array(




reply via email to

[Prev in Thread] Current Thread [Next in Thread]