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 5440 2011-04-15 10:18:35Z Tomm $
| * $Id: index.php 5480 2011-07-04 21:29:44Z huji $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 274 | Zeile 274 |
---|
$post_code_string = ''; if($mybb->user['uid']) {
|
$post_code_string = ''; if($mybb->user['uid']) {
|
$post_code_string = "&my_post_key=".$mybb->post_code;
| $post_code_string = "&my_post_key=".$mybb->post_code;
|
}
eval("\$boardstats = \"".$templates->get("index_boardstats")."\";");
| }
eval("\$boardstats = \"".$templates->get("index_boardstats")."\";");
|