added print_page_title on each page

This commit is contained in:
gabryon99 2020-04-06 10:35:31 +02:00
parent 62ee1c8b37
commit 792a542c41
30 changed files with 158 additions and 151 deletions

View file

@ -12,7 +12,7 @@ if _POST and isAdministrator() then
if not isEmptyString(dismiss_missing_geoip_reminder) then
if dismiss_missing_geoip_reminder == "true" then
ntop.setPref("ntopng.prefs.geoip.reminder_dismissed", "true")
ntop.setPref("ntopng.prefs.geoip.reminder_dismissed", "true")
end
end
end