Vergleich inc/plugins/hello.php - 1.6.2 - 1.6.8

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 6Zeile 6
 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * Website: http://mybb.com
* License: http://mybb.com/about/license
*

 * $Id: hello.php 5016 2010-06-12 00:24:02Z RyanGordon $

 * $Id: hello.php 5754 2012-03-09 14:58:03Z Tomm $

 */

// Disallow direct access to this file for security reasons

 */

// Disallow direct access to this file for security reasons

Zeile 104Zeile 104
	return $page;
}


	return $page;
}


function hello_world_postbit($post)

function hello_world_postbit(&$post)

{
$post['message'] = "<strong>Hello world!</strong><br /><br />{$post['message']}";
}

{
$post['message'] = "<strong>Hello world!</strong><br /><br />{$post['message']}";
}