Routing interface

This commit is contained in:
2020-06-19 16:37:44 +02:00
parent 78c5934480
commit 8d1c4836e7
8 changed files with 258 additions and 61 deletions

View File

@@ -38,7 +38,7 @@ class Fetch extends Request {
"request" => $row["request"],
"action" => $row["action"],
"target" => $row["target"],
"extra" => $row["extra"],
"extra" => $row["extra"] ?? "",
"active" => intval($row["active"]),
);
}