diff options
-rw-r--r-- | archive.php | 8 |
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>"; } ?> |