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