Added NoTrafficTimeout User variable to the list of User variables in the controlpanel module.
This commit is contained in:
Chris Tyrrel
2020-03-30 18:07:20 -06:00
parent b1d4cb0ae5
commit 6ac1e9e8fa
+1
View File
@@ -113,6 +113,7 @@ class CAdminMod : public CModule {
{"TimestampFormat", str},
{"DCCBindHost", str},
{"StatusPrefix", str},
{"NoTrafficTimeout", integer},
#ifdef HAVE_I18N
{"Language", str},
#endif