Summary | unneeded(?) file creation code in _kronolith_put |
Queue | Kronolith |
Queue Version | 2.3.1 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | chuck (at) horde (dot) org |
Requester | rpolli (at) babel (dot) it |
Created | 06/23/2009 (5872 days ago) |
Due | |
Updated | 06/26/2009 (5869 days ago) |
Assigned | |
Resolved | 06/26/2009 (5869 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Chuck Hagenbuch
State ⇒ Resolved
wasn't even in kronolith-git. I've removed it.
http://cvs.horde.org/diff.php/kronolith/lib/api.php?rt=horde&r1=1.126.2.62&r2=1.126.2.63&ty=u
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ unneeded(?) file creation code in _kronolith_put
Type ⇒ Bug
State ⇒ Unconfirmed
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 ;)