1
0
mirror of https://github.com/danog/MadelineProto.git synced 2025-01-23 10:11:13 +01:00
MadelineProto/songs.php

9 lines
126 B
PHP
Raw Normal View History

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