[Openupload-svn-update] SF.net SVN: openupload:[320] trunk/www/plugins/captcha.php
Status: Beta
Brought to you by:
tsdogs
|
From: <ts...@us...> - 2009-05-19 14:45:07
|
Revision: 320
http://openupload.svn.sourceforge.net/openupload/?rev=320&view=rev
Author: tsdogs
Date: 2009-05-19 14:44:59 +0000 (Tue, 19 May 2009)
Log Message:
-----------
apply correct fix for SI_IMAGE_JPEG
Modified Paths:
--------------
trunk/www/plugins/captcha.php
Modified: trunk/www/plugins/captcha.php
===================================================================
--- trunk/www/plugins/captcha.php 2009-05-19 14:44:00 UTC (rev 319)
+++ trunk/www/plugins/captcha.php 2009-05-19 14:44:59 UTC (rev 320)
@@ -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.
|