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 4151 2008-08-26 04:39:31Z Tikitiki $
| * $Id: index.php 4304 2009-01-02 01:11:56Z chris $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 125 | Zeile 125 |
---|
}
// Build the who's online bit on the index page.
|
}
// Build the who's online bit on the index page.
|
$onlinecount = $membercount + $guestcount;
| $onlinecount = $membercount + $guestcount + $botcount;
|
if($onlinecount != 1) { $onlinebit = $lang->online_online_plural;
| if($onlinecount != 1) { $onlinebit = $lang->online_online_plural;
|