mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-27 04:35:12 +01:00
7 lines
99 B
PHP
7 lines
99 B
PHP
<?php
|
|
|
|
$songs = glob('xmas/*raw');
|
|
for ($x = 0; $x < count($songs); $x++) {
|
|
shuffle($songs);
|
|
}
|