Vergleich admin/modules/tools/system_health.php - 1.6.4 - 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: system_health.php 5404 2011-03-19 01:17:10Z jammerx2 $

 * $Id: system_health.php 5828 2012-05-08 16:06:16Z Tomm $

 */

// Disallow direct access to this file for security reasons

 */

// Disallow direct access to this file for security reasons

Zeile 619Zeile 619
	$table->construct_cell("<strong>{$lang->total_database_size}</strong>", array('width' => '25%'));
$table->construct_cell(get_friendly_size($db->fetch_size()), array('width' => '25%'));
$table->construct_cell("<strong>{$lang->attachment_space_used}</strong>", array('width' => '200'));

	$table->construct_cell("<strong>{$lang->total_database_size}</strong>", array('width' => '25%'));
$table->construct_cell(get_friendly_size($db->fetch_size()), array('width' => '25%'));
$table->construct_cell("<strong>{$lang->attachment_space_used}</strong>", array('width' => '200'));

	$table->construct_cell(get_friendly_size($attachs['spaceused']), array('width' => '200'));

	$table->construct_cell(get_friendly_size(intval($attachs['spaceused'])), array('width' => '200'));

	$table->construct_row();

if($attachs['spaceused'] > 0)

	$table->construct_row();

if($attachs['spaceused'] > 0)