Afterster
7fc69cb05f
Fix deprecated constructor declarations
2015-10-05 20:40:41 +02:00
Afterster
16d80f8435
Use Composer for dependencies
2015-09-13 23:30:20 +02:00
Afterster
b5fa56922f
Fix captcha
2015-04-27 23:41:45 +02:00
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
20311fe03e
Remove unneeded file from captcha module
2011-11-15 17:28:18 -05: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