'.$config['TITLE'].'
';
//++++ new
//++++ old
$bbsi++;
}
}
/*if(!BBSMENU && INDEXBBS){
foreach($board as $dir){
include('../'.$dir.'/config.php');
$config['TITLE'] = preg_replace('/@四葉の芽(.*?)/', '', $config['TITLE']);
$bbsdat .= ''.$config['TITLE'].'
';
//++++ new
//++++ old
$bbsi++;
}
}*/
if(!BBSMENU/* && !INDEXBBS && LISTBBS*/){
foreach($board as $dir){
if($dir != 'test') include($qazw.$dir.'/config.php');
$config['TITLE'] = preg_replace('/@四葉の芽(.*?)/', '', $config['TITLE']);
$bbsdat .= ''.$config['TITLE'].'
';
//++++ new
//++++ old
$bbsi++;
}
}
/* Print BBS list */
print_r($bbsdat);
//echo $bbsdat;
//if(LISTBBS) print_r($board);
//echo LISTBBS,'
';
//echo BBSMENU.'
';
//echo INDEXBBS.'
';
?>