<?php include "sys_config.inc"; include "cbbs.php"; $board = new BBS(); $board->initGlobals(); $board->setup(); echo $board->traffic_switcher(); ?>