1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-11-27 03:14:39 +01:00
MadelineProto/songs.php
2018-02-18 17:26:14 +00:00

7 lines
94 B
PHP

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