Skip to content

Commit 7e65e14

Browse files
committed
Remove popular documents page
1 parent f5bbbb7 commit 7e65e14

File tree

5 files changed

+0
-73
lines changed

5 files changed

+0
-73
lines changed

src/controllers/Document/Popular.php

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/main.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ function main() {
117117
$router->addRoute( // URL: /document/index.json
118118
"#^/document/index\.json/?$#", "Document\\Index", "Document\\IndexJSON"
119119
);
120-
$router->addRoute( // URL: /document/popular
121-
"#^/document/popular/?$#", "Document\\Popular", "Document\\PopularHtml"
122-
);
123120
$router->addRoute( // URL: /donate
124121
"#^/donate/?$#", "Donate", "DonateHtml"
125122
);

src/models/Document/Popular.php

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/templates/Document/Popular.phtml

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/views/Document/PopularHtml.php

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)