\n"; if ($_GET["page"] && file_exists("pages/".str_replace("../", "", htmlspecialchars($_GET["page"])).".php")) { include_once "pages/".$_GET["page"].".php"; } else { echo "

Welcome to the WoD Revival homepage! Here, the following functions will be implemented:

Access administrative functions (admin/admin)

"; } echo "Return to home"; mysqli_close($link); ?>