aboutsummaryrefslogtreecommitdiffstats
path: root/archive.php
diff options
context:
space:
mode:
authormonaco <arianitkukaj@gmail.com>2021-12-11 14:23:45 +0000
committerGitHub <noreply@github.com>2021-12-11 14:23:45 +0000
commit2ada721d19bdadfed91b6949f9e33a8311e4994e (patch)
tree1912b54734d372ef8f04ed1d9b13a43bda36d5fc /archive.php
parentUpdate README.md (diff)
downloadKISSmo-2ada721d19bdadfed91b6949f9e33a8311e4994e.tar.gz
KISSmo-2ada721d19bdadfed91b6949f9e33a8311e4994e.zip
Update archive.php
Diffstat (limited to '')
-rw-r--r--archive.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/archive.php b/archive.php
index 3209826..2da4ce8 100644
--- a/archive.php
+++ b/archive.php
@@ -25,10 +25,6 @@
</form></center>
<?php
-
-
-
-
if(isset($_POST['query'])) { //only do file operations when appropriate
echo "<pre class='cmdbox'>";
@@ -64,10 +60,6 @@ if($found == 0)
echo 'No match found';
}
-
-
-
-
echo "</pre><br>";
}
?>