Commit f93c514d authored by nanahira's avatar nanahira

js

parent 359b45b4
......@@ -1218,6 +1218,9 @@
if (extend_time >= 60) {
extend_time = 60;
}
if (extend_time < 0) {
extend_time = 0;
}
this.hostinfo.extend_time = extend_time;
}
if (rule.match(/(^|,|,)(NOLFLIST|NF)(,|,|$)/)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment