Zeile 6 | Zeile 6 |
---|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* Website: http://mybb.com * License: http://mybb.com/about/license *
|
* $Id: index.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * $Id: index.php 5440 2011-04-15 10:18:35Z 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")."\";"); }
|