[Tickets #8372] unneeded(?) file creation code in _kronolith_put

bugs at horde.org bugs at horde.org
Tue Jun 23 16:19:58 UTC 2009


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/8372
------------------------------------------------------------------------------
  Ticket             | 8372
  Created By         | rpolli at babel.it
  Summary            | unneeded(?) file creation code in _kronolith_put
  Queue              | Kronolith
  Version            | 2.3.1
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


rpolli at babel.it (2009-06-23 12:19) wrote:

in _kronolith_put I found

function _kronolith_put($path, $content, $content_type)
{
     $f = fopen('/tmp/kronolith_put.ics', 'w');
     fwrite($f, $content);
     fclose($f);

if it's not debug, then the filename should be randomized

if it's ok, pls ignore this post ;)







More information about the bugs mailing list