Fix GeoLite2 last updated time for previous installs
This commit is contained in:
@@ -2859,7 +2859,7 @@ $(document).ready(function() {
|
|||||||
gotoSetting('3rd_party_apis', 'geoip_db')
|
gotoSetting('3rd_party_apis', 'geoip_db')
|
||||||
}
|
}
|
||||||
|
|
||||||
if ("${config['geoip_db_installed']}" > "0") {
|
if ("${config['geoip_db_installed']}" > "1") {
|
||||||
$("#geoip_db_updated").text(moment("${config['geoip_db_installed']}", "X").fromNow());
|
$("#geoip_db_updated").text(moment("${config['geoip_db_installed']}", "X").fromNow());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user