Vergleich admin/modules/tools/adminlog.php - 1.6.0 - 1.6.4

  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: adminlog.php 5016 2010-06-12 00:24:02Z RyanGordon $

 * $Id: adminlog.php 5453 2011-04-21 23:58:33Z jammerx2 $

 */

// Disallow direct access to this file for security reasons

 */

// Disallow direct access to this file for security reasons

Zeile 218Zeile 218
		$logitem['dateline'] = date("jS M Y, G:i", $logitem['dateline']);
$trow = alt_trow();
$username = format_name($logitem['username'], $logitem['usergroup'], $logitem['displaygroup']);

		$logitem['dateline'] = date("jS M Y, G:i", $logitem['dateline']);
$trow = alt_trow();
$username = format_name($logitem['username'], $logitem['usergroup'], $logitem['displaygroup']);

		$logitem['profilelink'] = build_profile_link($username, $logitem['uid']);

		$logitem['profilelink'] = build_profile_link($username, $logitem['uid'], "_blank");

		$logitem['data'] = unserialize($logitem['data']);

// Get detailed information from meta

		$logitem['data'] = unserialize($logitem['data']);

// Get detailed information from meta