This website requires JavaScript.
Explore
Help
Sign In
danog
/
MadelineProto
Watch
1
Star
0
Fork
0
You've already forked MadelineProto
mirror of
https://github.com/danog/MadelineProto.git
synced
2025-01-23 10:31:13 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
MadelineProto
/
songs.php
7 lines
99 B
PHP
Raw
Normal View
History
Unescape
Escape
Updated source code of @magnaluna
2017-08-04 08:23:11 +00:00
<
?
php
Small fix
2017-12-25 16:06:37 +00:00
$songs
=
glob
(
'xmas/*raw'
);
Apply fixes from StyleCI
2017-08-05 15:43:25 +00:00
for
(
$x
=
0
;
$x
<
count
(
$songs
);
$x
++
)
{
shuffle
(
$songs
);
}
Reference in New Issue
Copy Permalink