aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormonaco <arianitkukaj@gmail.com>2022-01-13 22:16:22 +0000
committerGitHub <noreply@github.com>2022-01-13 22:16:22 +0000
commit891a107e2ba88edca58404bc415635bbbd44bb9e (patch)
tree3abcea263b2ce734a8cd9319acaa1c6ab5ef7d68
parentUpdate archive.php (diff)
downloadKISSmo-891a107e2ba88edca58404bc415635bbbd44bb9e.tar.gz
KISSmo-891a107e2ba88edca58404bc415635bbbd44bb9e.zip
Remove search feature
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index aee7014..a5d2505 100644
--- a/README.md
+++ b/README.md
@@ -38,4 +38,14 @@ KISSmo is fully compatible with Terminal Lynx or other terminal browsers!
[![The Demo](https://i.imgur.com/J5j9icZ.png)](https://paste.oddprotocol.org)
+Disable searching feature:
+Open archive.php and remove this specific code as followed >
+```
+</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>
+ <input type="submit" value="Search"></input>
+</form></center>
+```
+
Developed by monaco (C)