rathena / FluxCP

Use of FIXME/XXX/TODO encountered PHP-W1073
Documentation
Minor
a month agoa year old
Unaddressed use of 'TODO' found
63			if ($interval)
64				file_put_contents($filename, $res->file_data);
65
66			/* TODO; add gif animation at first image load */67			$image = imagecreatefromstring($res->file_data);
68			header("Content-Type: image/png");
69			imagepng($image);
Unaddressed use of 'TODO' found
63			if ($interval)
64				file_put_contents($filename, $res->file_data);
65
66			/* TODO; add gif animation at first image load */67			$image = imagecreatefromstring($res->file_data);
68			header("Content-Type: image/png");
69			imagepng($image);
Unaddressed use of 'TODO' found
63			if ($interval)
64				file_put_contents($filename, $res->file_data);
65
66			/* TODO; add gif animation at first image load */67			$image = imagecreatefromstring($res->file_data);
68			header("Content-Type: image/png");
69			imagepng($image);
Unaddressed use of 'TODO' found
1381            }
1382        }
1383
1384        // TODO: If possible, this should be changed to escapeshellarg.  Needs thorough testing.1385        $sendmail = sprintf($sendmailFmt, escapeshellcmd($this->Sendmail), $this->Sender);
1386
1387        if ($this->SingleTo) {
Unaddressed use of 'TODO' found
1381            }
1382        }
1383
1384        // TODO: If possible, this should be changed to escapeshellarg.  Needs thorough testing.1385        $sendmail = sprintf($sendmailFmt, escapeshellcmd($this->Sendmail), $this->Sender);
1386
1387        if ($this->SingleTo) {