cfmgrv4 init...1
This commit is contained in:
parent
48b6e191c2
commit
7d105401ef
@ -47,8 +47,10 @@ class RecordModel extends CommonModel
|
||||
case "ttl":
|
||||
$rule = "if_exist|numeric";
|
||||
break;
|
||||
case "proxiable":
|
||||
case "proxied":
|
||||
$rule = "required|in_list[on,off]";
|
||||
break;
|
||||
case "proxiable":
|
||||
case "fixed":
|
||||
case "locked":
|
||||
$rule = "if_exist|in_list[on,off]";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user