mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 03:01:34 +00:00
Change pointless 404 page usage where not needed, replace with redirects
This commit is contained in:
@@ -82,7 +82,7 @@ class AdultController extends BasePageController
|
||||
if ($cdata !== null) {
|
||||
$this->smarty->assign('catname', $cdata);
|
||||
} else {
|
||||
$this->show404();
|
||||
$this->smarty->assign('catname', 'All');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user