ep_fileupload
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -57,3 +57,3 @@ /** | ||
// FIXME: Calculate URL for real, with path prefix and with https handling | ||
res.send(eejs.require("ep_fileupload/templates/fileUploaded.ejs", {upload: 'http://' + req.headers.host + "/up/" + name})); | ||
res.send(eejs.require("ep_fileupload/templates/fileUploaded.ejs", {upload: 'http://' + req.headers.host + "/up/" + name}, module)); | ||
}); | ||
@@ -60,0 +60,0 @@ }); |
{ | ||
"name": "ep_fileupload", | ||
"description": "File upload", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"author": "RedHog (Egil Moeller) <egil.moller@freecode.no>", | ||
@@ -6,0 +6,0 @@ "contributors": [], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
21265