for // magic_quotes_gpc if(get_magic_quotes_gpc()) { $text = stripslashes($text); } $pagehash["text"] = explode("\n", $text); // convert spaces to tabs at user request if ($convert) { $pagehash["text"] = CookSpaces($pagehash["text"]); } } // Ward Cunningham has deprecated these, but I already // implented them. You are discouraged from using them. if (! empty($r1)) { $pagehash["r1"] = $r1; } if (! empty($r2)) { $pagehash["r2"] = $r2; } if (! empty($r3)) { $pagehash["r3"] = $r3; } if (! empty($r4)) { $pagehash["r4"] = $r4; } InsertPage($dbi, $pagename, $pagehash); UpdateRecentChanges($dbi, $pagename); WikiHeader("Thanks for $pagename Edits"); ?> Thank you for editing $pagename
\n"; ?> Your careful attention to detail is much appreciated.
">
p.s. Be sure to Reload your old pages.
Warning: the Wiki DBM file still lives in the "; echo "/tmp directory. Please read the INSTALL file and move "; echo "the DBM file to a permanent location or risk losing "; echo "all the pages!\n"; } WikiFooter(); ?>