mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
fix email encode and format
This commit is contained in:
@@ -8,6 +8,9 @@ $class = intval($_POST["class"] ?? 0);
|
||||
if ($class)
|
||||
int_check($class,true);
|
||||
$or = $_POST["or"] ?? '';
|
||||
if (!in_array($or, ["<", ">", "=", "<=", ">="], true)) {
|
||||
stderr("Error", "Invalid symbol!");
|
||||
}
|
||||
|
||||
if ($_SERVER["REQUEST_METHOD"] == "POST")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user