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