1
0
Fork 0

Update assets, fix redirect

This commit is contained in:
Jannik Beyerstedt 2021-01-24 18:11:31 +01:00
parent 03ab30b8c1
commit a6d1fbc767
18 changed files with 19 additions and 9864 deletions

View file

@ -6,7 +6,7 @@
// license: http://www.gnu.org/licenses/gpl-3.0.txt GPLv3 License
// -------------------------------------------
$target = $page->target()->url();
$target = $page->target()->toPage()->url();
if ($page->red_type() == 'temp') {
$code = 302;
}else if ($page->red_type() == 'perm') {