]> jfr.im git - uguu.git/blobdiff - README.md
Update README.md
[uguu.git] / README.md
index ea0e7f81b337df0188f7a83db816612e978851b2..45e8cd4c73cff86388891b800e18a3ab599865c4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ work with Apache 2.4 and newer PHP versions like PHP7.3.
 
 ## Install
 
-**Detailed installation and configuration can be found at [Uguu/Pomf Documentation](https://blog.yeet.nu/blog/uguu-docs).**
+**Detailed installation and configuration can be found at [Uguu Documentation](https://blog.yeet.nu/blog/uguu-docs).**
 
 If you don't need a detailed one just follow the instructions below.
 
@@ -91,8 +91,19 @@ If you don't need a detailed one just follow the instructions below.
  define('CONFIG_BLOCKED_EXTENSIONS', serialize(['exe', 'scr', 'com', 'vbs', 'bat', 'cmd', 'htm', 'html', 'jar', 'msi', 'apk', 'phtml', 'svg']));
  define('CONFIG_BLOCKED_MIME', serialize(['application/msword', 'text/html', 'application/x-dosexec', 'application/java', 'application/java-archive', 'application/x-executable', 'application/x-mach-binary', 'image/svg+xml']));
  ```
+By default the most common malicious filetypes are blocked.
 
- By default the most common malicious filetypes are blocked.
+ ## IP logging
+ This is turned off by default, but you can enable it by changing:
+ ```php
+ define('LOG_IP', 'false');
+```
+
+## Anti dupe
+This is turned off by default, if a user uploads a file already uploaded the link to the already existing file will be returned instead.
+ ```php
+ define('ANTI_DUPE', 'false');
+```
 
  ## Using SQLite as DB engine