uranus.webhop.net

index.php source code

<?php include_once("header.php"); ?>

<?php if( $info[0] != "index.php" && $info[0] != "header.php" && $info[0] != "footer.php" && $info[0] != "pagesource.php" && $info[0] != "readconf.php" && $info[0] != "functions.php" ) { 
    include_once(
$info[0]); 
} else { print(
"<p class=\"error\">The page " $info[0] . " should not be opened using " basename($_SERVER['PHP_SELF']) . ".<br />Look at the <a href=\"index.php?page=sitemap.php\">Site Map</a> for appropriate usage.</p>"); }
/* Opening index.php starts a never-ending include (keeps including itself), opening header.php or footer.php fscks up the layout (and XHMTL compliancy), and pagesource.php and readconf.php are not designed for this use (code is wider). */?>

<?php include_once("footer.php"); ?>

Valid XHTML 1.0! Valid CSS!
Get Firefox!
.: Page last modified: December 03 2023 23:32:39 - Copyleft 2004 :.