MadelineProto/songs.php

7 lines
94 B
PHP
Raw Normal View History

2017-08-04 08:23:11 +00:00
<?php
$songs = glob('*raw');
2017-08-05 15:43:25 +00:00
for ($x = 0; $x < count($songs); $x++) {
shuffle($songs);
}