MadelineProto/songs.php

7 lines
99 B
PHP
Raw Normal View History

2017-08-04 10:23:11 +02:00
<?php
2017-12-25 17:06:37 +01:00
$songs = glob('xmas/*raw');
2017-08-05 17:43:25 +02:00
for ($x = 0; $x < count($songs); $x++) {
shuffle($songs);
}