feat(QuickUpload): add text field (pastebin like feat)

This commit is contained in:
Matthieu Bessat 2021-10-03 16:30:41 +02:00
parent b2f27aa3f4
commit 2e6da33574
5 changed files with 61 additions and 11 deletions

View file

@ -5,6 +5,7 @@ server {
location / {
try_files $uri $uri/ /index.php?$args;
}
{{CUSTOM_CONFIG}}
location ^~ /wp-admin {
return 403;
}