diff options
Diffstat (limited to '')
-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) |