Ste wrote:AND working my ass off to produce http://www.squiggleuk.com
I think Im Dead wrote:"Ste"
AND working my ass off to produce http://www.squiggleuk.com
Since when is installing phpnuke on a server considered working one's "ass off"?
<?
if ($page == null) {
$page = "update";
}
$ftbi = $page.".php";
if (file_exists($ftbi)) {
include $ftbi;
}
else {
echo "Sorry $page could not be found.<br><br>";
}
?>