0
0
mirror of https://github.com/anthonyaxenov/iptv.git synced 2024-11-22 05:24:45 +00:00

Редирект на плейлист без приведения ид к числу

This commit is contained in:
Anthony Axenov 2020-04-29 01:13:34 +08:00 committed by GitHub
parent e10d9c34fb
commit a3529b088d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,5 +92,5 @@ if (empty($_GET['s'])) { ?>
</body> </body>
</html> </html>
<?php } else { <?php } else {
header('Location: '.$data[(int)$_GET['s']-1]['pls']); header('Location: '.$data[$_GET['s']]['pls']);
} }