@@ -31,6 +31,9 @@
if (isset($_GET["page"])){
if($_GET["page"] == "create"){
include "NewPaste.php";
} else if (is_numeric($_GET["page"])) {
$id = $_GET["page"];
include "ViewPaste.php";
} else {
echo "The page does not exist";
}
The note is not visible to the blocked user.