Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: index.php 4304 2009-01-02 01:11:56Z chris $
| * $Id: index.php 5379 2011-02-21 11:06:42Z Tomm $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 270 | Zeile 270 |
---|
// Load the stats cache. $stats = $cache->read("stats"); }
|
// Load the stats cache. $stats = $cache->read("stats"); }
|
| $post_code_string = ''; if($mybb->user['uid']) { $post_code_string = "&my_post_key=".$mybb->post_code; }
|
eval("\$boardstats = \"".$templates->get("index_boardstats")."\";"); }
| eval("\$boardstats = \"".$templates->get("index_boardstats")."\";"); }
|