[pLog-svn] r2102 - plugins/trunk/authimage/class/security

ork at devel.plogworld.net ork at devel.plogworld.net
Sun May 29 23:28:10 GMT 2005


Author: ork
Date: 2005-05-29 23:28:09 +0000 (Sun, 29 May 2005)
New Revision: 2102

Modified:
   plugins/trunk/authimage/class/security/authimagefilter.class.php
Log:
delete the image after the authentication was successfull


Modified: plugins/trunk/authimage/class/security/authimagefilter.class.php
===================================================================
--- plugins/trunk/authimage/class/security/authimagefilter.class.php	2005-05-29 19:22:40 UTC (rev 2101)
+++ plugins/trunk/authimage/class/security/authimagefilter.class.php	2005-05-29 23:28:09 UTC (rev 2102)
@@ -62,7 +62,7 @@
             
             // if everything went fine, we can say so by returning
             // a positive PipelineResult object
-            // File::delete( $tempFile );
+            File::delete( $tempFile );
             $result = new PipelineResult();
             return $result;
         }




More information about the pLog-svn mailing list