This website requires JavaScript.
Explore
Help
Sign In
danog
/
MadelineProto
Watch
2
Star
2
Fork
0
You've already forked MadelineProto
Code
Issues
Pull Requests
Releases
Wiki
Activity
ec4fc804bb
MadelineProto
/
songs.php
7 lines
94 B
PHP
Raw
Normal View
History
Unescape
Escape
Updated source code of @magnaluna
2017-08-04 10:23:11 +02:00
<
?
php
Small bugfixes for magnaluna and resolve_username
2018-02-18 18:26:14 +01:00
$songs
=
glob
(
'*raw'
);
Apply fixes from StyleCI
2017-08-05 17:43:25 +02:00
for
(
$x
=
0
;
$x
<
count
(
$songs
);
$x
++
)
{
shuffle
(
$songs
);
}
Reference in New Issue
Copy Permalink