1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 04:35:12 +01:00
MadelineProto/songs.php
Daniil Gentili 72b30bedfe Small fix
2017-12-25 16:06:37 +00:00

7 lines
99 B
PHP

<?php
$songs = glob('xmas/*raw');
for ($x = 0; $x < count($songs); $x++) {
shuffle($songs);
}