Fixed display bug in VPS overview

feature/node-rewrite
Sven Slootweg 12 years ago
parent 2c05f6738a
commit 3d9e389e6f

@ -42,6 +42,4 @@ else
{
throw new UnauthorizedException("You must be logged in to view this page.");
}
$sMainContents = "";
?>

@ -30,7 +30,7 @@ else
$sLoggedIn = false;
}
$sMainContents = "";
$sMainContents = "hai";
$sMainClass = "";
$sPageTitle = "";

Loading…
Cancel
Save