MadelineProto/songs.php

13 lines
364 B
PHP
Raw Normal View History

2017-08-04 10:23:11 +02:00
<?php
$songs = [
2017-08-07 00:54:00 +02:00
'Aronchupa - Little Swing' => 'input.raw',
'Parov Stelar - Booty Swing' => 'inputa.raw',
'Parov Stelar - All night' => 'inpute.raw',
'Caravan Palace - Lone Digger' => 'inputb.raw',
2017-08-07 00:53:43 +02:00
'Postmodern Jukebox - Thrift Shop' => 'inputd.raw',
2017-08-04 10:23:11 +02:00
];
2017-08-05 17:43:25 +02:00
for ($x = 0; $x < count($songs); $x++) {
shuffle($songs);
}