Missing view for IOC export

pull/64/merge
iglocska 2013-03-26 11:11:13 +01:00
parent 5d42b81989
commit c268fac392
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
<?php
foreach ($final as $line) {
echo($line);
echo "\n";
}
?>