Set shred time back to 24 hours
This commit is contained in:
@@ -120,7 +120,7 @@ func CheckFile(name string) bool { // false if doesn't exist, true if exists
|
||||
|
||||
func UploadHandler(w http.ResponseWriter, r *http.Request) {
|
||||
// expiry sanitize
|
||||
twentyfour := int64(10)
|
||||
twentyfour := int64(86400)
|
||||
|
||||
file, _, err := r.FormFile("file")
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user