X-Git-Url: https://www.tinc-vpn.org/git/browse?p=wiki;a=blobdiff_plain;f=wishlist.mdwn;h=d166fec8d143e92032affc1498b8afe76d93374a;hp=c042f4d55d2d3125b010bf47ee9c6effde950090;hb=8b784057b390ce2d46a8846dee5c6fb4d8b05ad6;hpb=37b9d73c5ffa4a4480753229b141c50110a67012 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)

+ + +
+ + + +