X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/2e10347a695b92658507b8422eb9694412737361..1a9bcec664787509cfa7ac83a2570e7090add55a:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index 678c3db..cdb3892 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -12,55 +12,9 @@ if ($page and !is_numeric($page)) { if ($article->image) { $Place['image'] = "https://lijtweg.nl/".$article->thumb('600x'); } - if ($replyform) { - print '

Reacties

'."\n"; - $pagelink = $Page.$Args; - - if ($_POST) { - try { - @mkdir($pagelink); - $target = $pagelink.'/'.date('YmdHis').':'.$User['name'].'.txt'; - $written = file_put_contents($target, $_POST['reply']); - if ($written === FALSE) { - throw new Exception('Fout bij opslaan'); - } - $_POST['reply'] = NULL; - } - catch (Exception $e) { - print '

Antwoord niet opgeslagen.

'."\n\n"; - } - } - - print '\n\n"; + include 'nieuws/replies.php'; } - return 1; }