* In bin/snmpfinger also accept @,. in the username
* If we are stripping realms, then if needed strip them from the data returned by snmpfinger in
user_finger.php3
+* Add a header with the page encoding before sending any page (header added in config.php3)
+ This closes Bug #153
Ver 1.75:
* A LOT of security related fixes. Now dialupadmin should hopefully be secure enough to
be accessed by normal users (not administrators).
//Include missing.php3 if needed
if (!function_exists('array_change_key_case'))
include_once('../lib/missing.php3');
+@header('Content-type: text/html; charset='.$config[general_charset].';');
?>