require_once('TextFile.php');
?>
fj-NGMC: Status Report

> Home > Status Report
??
define('STATUS_DIR', 'fj-docs/status');
$files = array('general','misc','comp','net','rec','soc');
foreach($files as $file) {
$textFiles[$file] = new TextFile(STATUS_DIR.'/'.$file);
$mTime = $textFiles[$file]->getMtime();
if($lastTime < $mTime) {
$lastTime = $mTime;
}
}
echo ' ';
for ($i=0; $i < count($textFiles); $i++) {
if($i == 0) {
echo '[ ';
} else {
echo ' | ';
}
echo ''.$files[$i].'';
}
echo ' ]';
?>
====================================================================
fj ???? ??
? = date("Y.m.d", $lastTime) ?>
(/NGMP) (/Web) () ()
====================================================================
reset($textFiles);
while (list($key, $text) = each($textFiles)) {
?>
print $text->getHtml();
?>
}
?>