Diskless BSD boxes: http://www.freebsd.org/FAQ/FAQ155.html#155 http://www.iet.unipi.it/~luigi/diskless.html http://www.freebsd.org/~msmith/FTL/appnotes/
posted by j 5/17/2000 11:42:00 AM
$footerhtml = "/home/jaw/jwalsh.net/includes/themes/" . $theme . "/footer.php";
if ( file_exists($footerhtml) ) {
include($footerhtml);
} else {
printf("Error: No theme specified");
}
?>