Skip to content

Commit

Permalink
Remove packet search page
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbennett committed Jul 7, 2021
1 parent 52ee529 commit f5bbbb7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 140 deletions.
43 changes: 0 additions & 43 deletions src/controllers/Packet/Search.php

This file was deleted.

3 changes: 0 additions & 3 deletions src/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ function main() {
$router->addRoute( // URL: /packet/popular
"#^/packet/popular/?$#", "Packet\\Popular", "Packet\\PopularHtml"
);
$router->addRoute( // URL: /packet/search
"#^/packet/search/?$#", "Packet\\Search", "Packet\\SearchHtml"
);
$router->addRoute( // URL: /privacy
'#^/privacy/?$#', 'PrivacyNotice', 'PrivacyNoticeHtml'
);
Expand Down
13 changes: 0 additions & 13 deletions src/models/Packet/Search.php

This file was deleted.

58 changes: 0 additions & 58 deletions src/templates/Packet/Search.phtml

This file was deleted.

23 changes: 0 additions & 23 deletions src/views/Packet/SearchHtml.php

This file was deleted.

0 comments on commit f5bbbb7

Please sign in to comment.