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

-19
This file was deleted.

src/main.php

-3
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

-9
This file was deleted.

src/templates/Document/Popular.phtml

-19
This file was deleted.

src/views/Document/PopularHtml.php

-23
This file was deleted.

0 commit comments

Comments
 (0)