diff options
author | FChannel <> | 2021-06-03 02:44:35 -0700 |
---|---|---|
committer | FChannel <> | 2021-06-03 02:44:35 -0700 |
commit | 41c63c0688475d5212ce2262b1be248bf438a9ad (patch) | |
tree | 3701d56b6a08ac16d44eb498a4b56c5dd91c06f4 /main.go | |
parent | ca748944398e0ebbc0f27446d5e41bd5e4aa3852 (diff) |
cleaned up file names
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -853,10 +853,6 @@ func main() { SetObjectAndReplies(db, id, "Removed") } - if IsIDLocal(db, id){ - DeleteObjectRequest(db, id) - } - if(manage == "t"){ http.Redirect(w, r, "/" + *Key + "/" + board , http.StatusSeeOther) return |