[Openupload-svn-update] SF.net SVN: openupload:[319] branches/v0.4/www/plugins/captcha.php
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-05-19 14:44:10
|
Revision: 319
http://openupload.svn.sourceforge.net/openupload/?rev=319&view=rev
Author: tsdogs
Date: 2009-05-19 14:44:00 +0000 (Tue, 19 May 2009)
Log Message:
-----------
apply correct fix for SI_IMAGE_JPEG
Modified Paths:
--------------
branches/v0.4/www/plugins/captcha.php
Modified: branches/v0.4/www/plugins/captcha.php
===================================================================
--- branches/v0.4/www/plugins/captcha.php 2009-05-18 20:19:18 UTC (rev 318)
+++ branches/v0.4/www/plugins/captcha.php 2009-05-19 14:44:00 UTC (rev 319)
@@ -12,9 +12,9 @@
$img->ttf_file = $CONFIG['INSTALL_ROOT'].'/plugins/securimage/elephant.ttf';
$img->code_length = 6;
$img->image_width = 200;
-$img->image_type = 'SI_IMAGE_JPEG';
+$img->image_type = SI_IMAGE_JPEG;
/* remove all output before the image */
ob_clean();
$img->show();
-?>
\ No newline at end of file
+?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|