Update list.php

This commit is contained in:
Adam Warner
2016-10-30 02:26:08 +00:00
committed by GitHub
parent c5d9fd526c
commit 3e6955d4a0
+2 -1
View File
@@ -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;