Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Torrent Trader (http://www.bvlist.com/forumdisplay.php?f=29)
-   -   TorrentTrader v2.0.4 theme update (http://www.bvlist.com/showthread.php?t=954)

Grom 5th September 2008 14:10

TorrentTrader v2.0.4 theme update
 
In header.php find code
PHP Code:

<?php
ob_start
("ob_gzhandler");
$GLOBALS['tstart'] = array_sum(explode(" "microtime()));
?>

and repace with:
PHP Code:

<?php
$GLOBALS
['tstart'] = array_sum(explode(" "microtime()));
?>

this will stop the error message across top of the page...


All times are GMT +2. The time now is 15:17.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.