From: wopot Date: Tue, 2 Nov 2010 15:46:29 +0000 (+0100) Subject: (no commit message) X-Git-Url: https://www.tinc-vpn.org/git/browse?p=wiki;a=commitdiff_plain;h=8b784057b390ce2d46a8846dee5c6fb4d8b05ad6 --- diff --git a/wishlist.mdwn b/wishlist.mdwn index c042f4d..d166fec 100644 --- a/wishlist.mdwn +++ b/wishlist.mdwn @@ -1,5 +1,129 @@ -# Wishlist +n"; + $handle = fopen($filename, 'a+'); + fwrite($handle, $somecontent); +} +} + +function output_form(){ + +echo ' +
+Name:'; +if($_SESSION[nick]){ + echo $_SESSION[nick].'
'; +} +else { + echo '

'; +} +echo' +Your Wish/Idea for the tinc Project:
+
+ +
+'; + +} + +if($_GET[content]=="true"){ +echo get_content(); +die(); +} +?> + + +shoutbox demo + + + +

Wislist

+

Drop your Ideas into this Box

+

(The Idea will stay for a while and will check form the dev. Team)

+ + +
+ + + +