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);
}