TextileThis($plugin['help']); } $plugin['md5'] = md5( $plugin['code'] ); $header = << admin > plugins # Paste the following text into the 'Install plugin' box: # ...................................................................... EOF; $body = trim(chunk_split(base64_encode(gzencode(serialize($plugin))), 72)); // to produce a copy of the plugin for distribution, load this file in a browser. header('Content-type: text/plain'); return $header."\n\n".$body; } ?>