diff options
author | monaco <arianitkukaj@gmail.com> | 2022-02-06 14:23:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-06 14:23:01 +0000 |
commit | 67bd93b4efc00b5fa17a4ae8ba26c936c8ef8ca3 (patch) | |
tree | 549d21f18c31a9f86e8e2a591432dbcc2a7868ad | |
parent | Update index.php (diff) | |
download | KISSmo-67bd93b4efc00b5fa17a4ae8ba26c936c8ef8ca3.tar.gz KISSmo-67bd93b4efc00b5fa17a4ae8ba26c936c8ef8ca3.zip |
Update README.md
-rw-r--r-- | README.md | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -19,7 +19,7 @@ Replace respective codes above to represent you're site. This configuration is needed in order to include fiche at you're build for nginx, apply this changes to you're nginx.conf for you're respective site: -``` +```c location /p/ { alias /home/admin/web/paste.oddprotocol.org/public_html/p/; index index.txt; @@ -29,7 +29,7 @@ This configuration is needed in order to include fiche at you're build for nginx This configuration is needed for you're OpenHTTPD if you're running OpenBSD, apply this changes on you're httpd.conf for you're respective site: -``` +```c location "/test/p/*" { directory { auto index, index "index.txt" } } @@ -40,7 +40,7 @@ KISSmo is fully compatible with Terminal Lynx or other terminal browsers! Disable searching feature: Open archive.php and remove this specific code as followed > -``` +```html </center><br> <center><form method="POST" action="archive.php" class="search" enctype="multipart/form-data" autocomplete="off"> <input type="text" name="query" maxlength=75 class="searchbox" minlength=3 placeholder="Enter keywords" required> @@ -49,3 +49,11 @@ Open archive.php and remove this specific code as followed > ``` Developed by monaco (C) + +#Credits for This Project + +Error @ODDPROTOCOL +Hawk @ODDPROTOCOL + + + |