mirror of
https://github.com/anthonyaxenov/iptv.git
synced 2024-11-22 13:34:45 +00:00
Редирект на плейлист по-старому
This commit is contained in:
parent
eeb31f79d7
commit
1375740fd9
@ -28,7 +28,8 @@ class PlaylistController extends Controller
|
|||||||
Flight::redirect(base_url($playlist->redirect_id));
|
Flight::redirect(base_url($playlist->redirect_id));
|
||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
Flight::redirect($playlist->pls);
|
header('Location: ' . $playlist->pls);
|
||||||
|
die;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user