diff options
author | monaco <arianitkukaj@gmail.com> | 2022-01-13 22:16:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 22:16:22 +0000 |
commit | 891a107e2ba88edca58404bc415635bbbd44bb9e (patch) | |
tree | 3abcea263b2ce734a8cd9319acaa1c6ab5ef7d68 | |
parent | Update archive.php (diff) | |
download | KISSmo-891a107e2ba88edca58404bc415635bbbd44bb9e.tar.gz KISSmo-891a107e2ba88edca58404bc415635bbbd44bb9e.zip |
Remove search feature
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -38,4 +38,14 @@ KISSmo is fully compatible with Terminal Lynx or other terminal browsers! [](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) |