Commit d25f7332 by Kalpesh

lp

1 parent fa947eec
......@@ -36,6 +36,16 @@ class PostData
}
// Bot Tracker ------------------
if (preg_match('/^(?=.*[a-z])(?=.*[A-Z])[A-Za-z]{15,}$/', rtrim($fname))) {
// echo "MATCHED";
return true;
}
// Google Sheet Interation------------------
$postFields = "entry.449648499=" . $name;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!