1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 18:29:40 +02:00
Commit graph

12 commits

Author SHA1 Message Date
Lawrence Brown
447647910e loop over directories the "correct" way
see http://php.net/manual/en/function.readdir.php - specifically:

    /* This is the correct way to loop over the directory. */
    while (false !== ($entry = readdir($handle))) {
        echo "$entry\n";
    }

    /* This is the WRONG way to loop over the directory. */
    while ($entry = readdir($handle)) {
        echo "$entry\n";
    }
2015-01-03 16:29:17 +00:00
Afterster
81fdd17ed4 Move MyUnderwood.ttf to FreeMono.ttf
Html5 flac stream in webplayer do not use ogg header anymore
2014-09-28 18:05:10 +02:00
Afterster
ee105d342c Fix file syntax errors (thanks to Travis) 2013-11-17 17:36:44 +01:00
Paul Arthur
0518055309 Update Captcha PHP to 2.3
http://freshmeat.net/projects/captchaphp
2011-10-27 20:50:35 -04:00
Paul 'flowerysong' Arthur
1cb0983ed0 Cosmetics: remove trailing whitespace 2010-03-14 20:14:52 +00:00
Karl 'vollmerk' Vollmer
45f382b06d Add vim modelines to all php files (Thx ascheel) 2010-03-14 04:53:15 +00:00
pb1dft
73fee69c33 New Captcha Method 2008-02-25 00:02:40 +00:00
Karl 'vollmerk' Vollmer
9526a97fb0 moved to a more GPL friendly font, hopefully considering it came from debians stuff 2007-12-13 09:21:32 +00:00
Karl 'vollmerk' Vollmer
0f4a9e4823 corrected some display problems with the capatcha and agreements enabled on user registration 2007-12-02 00:34:09 +00:00
spocky
0dce31de40 - Cleaned up php files (removed useless inlines styles, replaced header td with th...)
- Cleaned up css (removed some unused classes)
- Changed quick search size and added ability to customize it
- Removed width=100% in preferences tables
- Corrected missing closing tag in sidebar
- Minor corrections
2007-09-24 19:49:38 +00:00
xgizzmo
5204485094 Fix for bug 397 and 498 thanks pb1dft 2006-07-24 22:14:54 +00:00
Karl 'vollmerk' Vollmer
83f3c41141 updated registration mojo thx pb1dft also some fluf updates 2006-01-02 01:06:06 +00:00