From a78ad055204383199f4393746788b84ace47e017 Mon Sep 17 00:00:00 2001 From: irgaabd Date: Fri, 20 Mar 2015 05:33:11 +0700 Subject: [PATCH] fix: wrong path [fixed] wrong path to simple upload script --- system/admin/views/add-post.html.php | 2 +- system/admin/views/edit-post.html.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/admin/views/add-post.html.php b/system/admin/views/add-post.html.php index d255941..11f9c84 100644 --- a/system/admin/views/add-post.html.php +++ b/system/admin/views/add-post.html.php @@ -62,7 +62,7 @@ $(document).ready(function() { }); Dropzone.options.featuredDropzone = { - url: "/edd/upload.php", + url: "/upload.php", acceptedFiles: 'image/*', uploadMultiple: false, addRemoveLinks: true, diff --git a/system/admin/views/edit-post.html.php b/system/admin/views/edit-post.html.php index 7092fd6..3d23582 100644 --- a/system/admin/views/edit-post.html.php +++ b/system/admin/views/edit-post.html.php @@ -106,7 +106,7 @@ $(document).ready(function() { }); Dropzone.options.featuredDropzone = { - url: "/edd/upload.php", + url: "/upload.php", acceptedFiles: 'image/*', uploadMultiple: false, addRemoveLinks: true,