Skip to content

Commit 15ef292

Browse files
committed
Remove popular packets page
1 parent 7e65e14 commit 15ef292

File tree

5 files changed

+0
-73
lines changed

5 files changed

+0
-73
lines changed

src/controllers/Packet/Popular.php

-19
This file was deleted.

src/main.php

-3
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ function main() {
189189
$router->addRoute( // URL: /packet/index
190190
"#^/packet/index/?$#", "Packet\\Index", "Packet\\IndexHtml"
191191
);
192-
$router->addRoute( // URL: /packet/popular
193-
"#^/packet/popular/?$#", "Packet\\Popular", "Packet\\PopularHtml"
194-
);
195192
$router->addRoute( // URL: /privacy
196193
'#^/privacy/?$#', 'PrivacyNotice', 'PrivacyNoticeHtml'
197194
);

src/models/Packet/Popular.php

-9
This file was deleted.

src/templates/Packet/Popular.phtml

-19
This file was deleted.

src/views/Packet/PopularHtml.php

-23
This file was deleted.

0 commit comments

Comments
 (0)