Replace WWW_TOP with url() helper

This commit is contained in:
DariusIII
2019-12-08 19:21:23 +01:00
parent 325b1b71d2
commit 5886fe162c
10 changed files with 17 additions and 16 deletions
@@ -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':