Fix gestione parametro time FUORI da DB...
This commit is contained in:
@@ -247,7 +247,7 @@ namespace SteamWare
|
||||
int maxAge = 5;
|
||||
try
|
||||
{
|
||||
maxAge = CRI("maxAgeAppConf_min");
|
||||
maxAge = confReadInt("maxAgeAppConf_min");
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user