Update Pomf.cs

This commit is contained in:
3k2 2018-08-21 20:01:20 +03:00 committed by GitHub
parent b31a88d2ca
commit a8348b2bf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -73,7 +73,6 @@ public class Pomf : FileUploader
//new PomfUploader("https://sugoi.vidyagam.es/upload.php"), - dangerous site
new PomfUploader("https://up.asis.io/upload.php", "http://dl.asis.io"),
new PomfUploader("https://upload.void.cat/src/php/upload.php"),
};
public PomfUploader Uploader { get; private set; }