Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html
| * Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html
|
*
|
*
|
* $Id: hello.php 2262 2006-09-26 08:00:35Z chris $
| * $Id: hello.php 2932 2007-03-10 05:48:55Z chris $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 23 | Zeile 23 |
---|
return array( "name" => "Hello World!", "description" => "A sample plugin that prints hello world and changes the content of each post to 'Hello world!'",
|
return array( "name" => "Hello World!", "description" => "A sample plugin that prints hello world and changes the content of each post to 'Hello world!'",
|
"website" => "http://www.mybboard.com",
| "website" => "http://www.mybboard.net",
|
"author" => "MyBB Group",
|
"author" => "MyBB Group",
|
"authorsite" => "http://www.mybboard.com",
| "authorsite" => "http://www.mybboard.net",
|
"version" => "1.0", ); }
| "version" => "1.0", ); }
|