diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-13 09:21:32 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-13 09:21:32 +0000 |
commit | 9526a97fb0fab7d41b44a38f7a942f260e282680 (patch) | |
tree | 96b0be553e098e3499d07eb6e34f621fd08aba3f | |
parent | 7a6b5b4a61f28c9633e5775a25c04c63f983df5e (diff) | |
download | ampache-9526a97fb0fab7d41b44a38f7a942f260e282680.tar.gz ampache-9526a97fb0fab7d41b44a38f7a942f260e282680.tar.bz2 ampache-9526a97fb0fab7d41b44a38f7a942f260e282680.zip |
moved to a more GPL friendly font, hopefully considering it came from debians stuff
-rw-r--r-- | modules/captcha/COLLEGE.ttf | bin | 5896 -> 0 bytes | |||
-rw-r--r-- | modules/captcha/FreeMono-Medium.ttf | bin | 0 -> 245788 bytes | |||
-rw-r--r-- | modules/captcha/captcha.php | 4 |
3 files changed, 1 insertions, 3 deletions
diff --git a/modules/captcha/COLLEGE.ttf b/modules/captcha/COLLEGE.ttf Binary files differdeleted file mode 100644 index 400fe5ce..00000000 --- a/modules/captcha/COLLEGE.ttf +++ /dev/null diff --git a/modules/captcha/FreeMono-Medium.ttf b/modules/captcha/FreeMono-Medium.ttf Binary files differnew file mode 100644 index 00000000..5c595d18 --- /dev/null +++ b/modules/captcha/FreeMono-Medium.ttf diff --git a/modules/captcha/captcha.php b/modules/captcha/captcha.php index 1b419cc6..aab8bab7 100644 --- a/modules/captcha/captcha.php +++ b/modules/captcha/captcha.php @@ -157,9 +157,7 @@ END; $c2 = rand(195^$R, 230^$R); #-- configuration - $fonts = array( - // "COLLEGE.ttf", - ); + $fonts = array(); $fonts += glob(EWIKI_FONT_DIR."/*.ttf"); #-- encolour bg |