Browse Source

fix: wrong path

[fixed] wrong path to simple upload script
pull/146/head
irgaabd 10 years ago
parent
commit
a78ad05520
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      system/admin/views/add-post.html.php
  2. +1
    -1
      system/admin/views/edit-post.html.php

+ 1
- 1
system/admin/views/add-post.html.php View File

@ -62,7 +62,7 @@ $(document).ready(function() {
});
Dropzone.options.featuredDropzone = {
url: "/edd/upload.php",
url: "/upload.php",
acceptedFiles: 'image/*',
uploadMultiple: false,
addRemoveLinks: true,


+ 1
- 1
system/admin/views/edit-post.html.php View File

@ -106,7 +106,7 @@ $(document).ready(function() {
});
Dropzone.options.featuredDropzone = {
url: "/edd/upload.php",
url: "/upload.php",
acceptedFiles: 'image/*',
uploadMultiple: false,
addRemoveLinks: true,


Loading…
Cancel
Save