mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Replace WWW_TOP with url() helper
This commit is contained in:
@@ -48,7 +48,7 @@ class ShowsController extends BasePageController
|
||||
exit;
|
||||
}
|
||||
|
||||
header('Location:'.WWW_TOP.'admin/show-list');
|
||||
header('Location:'.url('admin/show-list'));
|
||||
break;
|
||||
|
||||
case 'view':
|
||||
|
||||
Reference in New Issue
Block a user