entry as $entry) { if($entry->id == $cwd) { $pdate = preg_replace('/T.*$/', ' ', $entry->published); $udate = preg_replace('/T.*$/', ' ', $entry->updated); $title = $entry->title; $descr = $entry->summary; break; } } ?> <?php echo($title); ?> "); ?> isoblog

$title

Posted on $pdate$udates

"); include("../../../Parsedown.php"); $Parsedown = new Parsedown(); echo $Parsedown->text(file_get_contents("index.md")); $Parsedown->setSafeMode(true); $return = $_GET["return"]; ?>

Comments

"; ?> Name required!"; break; case 'nomessage': echo ""; break; case 'botcheckfailed': echo ""; break; case 'success': echo ""; break; default: echo ""; break; } ?>
Message required!You failed the bot check!Successfully posted!
entry == preg_replace("/^.*\//","",getcwd())) { $output = ""; $date = date("Y-m-d h:iA", $post->date); $name = $post->name; $message = $Parsedown->text(html_entity_decode($post->message)); $output = $output."
".$name."".$date."
".$message."
"; $totaloutput = $output.$totaloutput; } } echo $totaloutput; ?>