This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
fix: wrong path
[fixed] wrong path to simple upload script
pull/146/head
irgaabd
10 years ago
parent
e61b927175
commit
a78ad05520
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
system/admin/views/add-post.html.php
+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
,
Write
Preview
Loading…
Cancel
Save