X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/212c5051484f6ee08b95f284c133337896c42f41..ae841e9139f7eb89f8f5fc2242d4b0d7c121418a:/nieuws/index.php diff --git a/nieuws/index.php b/nieuws/index.php index cf57dbc..374b9b0 100644 --- a/nieuws/index.php +++ b/nieuws/index.php @@ -1,11 +1,61 @@ 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"; + } + return 1; } @@ -45,6 +95,20 @@ if ($pages = glob("$Page/19??/*.html")) { print "\n\n"; +if ($replyform) { + print "

Melding rapporteren

\n"; + $_REQUEST['subject'] = 'melding'; + require 'contact.php'; +?> +
+

+ + +

+
+'."\n"; }