From: Guus Sliepen Date: Tue, 2 Nov 2010 19:28:46 +0000 (+0100) Subject: PHP code does not work in the wiki. X-Git-Url: https://www.tinc-vpn.org/git/browse?p=wiki;a=commitdiff_plain;h=5af369d8f4ab379181aca3c5204e958bfc480f62 PHP code does not work in the wiki. --- diff --git a/wishlist.mdwn b/wishlist.mdwn deleted file mode 100644 index f143a5e..0000000 --- a/wishlist.mdwn +++ /dev/null @@ -1,73 +0,0 @@ -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(); -} -?> - -#Wislist -##Drop your Ideas into this Box -####(The Idea will stay for a while and will check form the dev. Team) -
- -
-