mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Unify character encoding header code
This commit is contained in:
parent
10be6c2190
commit
1c38df48c9
114 changed files with 127 additions and 119 deletions
|
|
@ -7,7 +7,7 @@ package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|||
|
||||
require "lua_utils"
|
||||
|
||||
sendHTTPHeader('text/html; charset=iso-8859-1')
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
|
||||
|
||||
ntop.dumpFile(dirs.installdir .. "/httpdocs/inc/header.inc")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue