">
setBreaksEnabled(true) ->text($file); echo $intro; ?>
= 3 && substr($article, -3) == ".md") { ArticleGenerator::newArticle($articlesdir, $article, $getblog); } } } } else if ($getarticle == "") { $articles = scandir($articlesdir, 1); foreach ($articles as $article) { if (strlen($article) >= 3 && substr($article, -3) == ".md") { ArticleGenerator::newArticle($articlesdir, $article, $getblog); } } } else { ArticleGenerator::newArticle($articlesdir, $getarticle . ".md", $getblog); include './res/php/SocialBar.php'; include './res/php/Disqus.php'; } ?>
Share