@@ -4,10 +4,11 @@ require "header.php";
$list = $_GET['l'];
if($list !== "white" && $list !== "black")
if($list !== "white" && $list !== "black"){
echo "Invalid list parameter";
require "footer.php";
die();
}
function getFullName() {
global $list;
The note is not visible to the blocked user.