-
Hi,
I've got this problem too
i found a workaround :
in assist.php
line 24 replace :
if (trim($GLOBALS['CHARACTER-ENCODING']) != "") {
header("Content-Type: text/html; charset=" . $GLOBALS['CHARACTER-ENCODING']);
with :
if (trim($lang['CHARACTER-ENCODING']) != "") {
header("Content-Type: text/html; charset=" . $lang['CHARACTER-ENCODING']);.
2009-07-16 10:52:32 UTC in Interleave
-
Hi,
My locale is french/UTF-8
Accents are correctly displayed everywhere except in entities list.
I've found a solution :
in assist.php
line 24 replace :
if (trim($GLOBALS['CHARACTER-ENCODING']) != "") {
header("Content-Type: text/html; charset=" . $GLOBALS['CHARACTER-ENCODING']);
with :
if (trim($lang['CHARACTER-ENCODING']) != "") {...
2009-07-13 20:41:57 UTC in Interleave
-
New configuration system, new functionalities.
There was some errors in the archive released earlier this day. Everything's ok now.
2006-11-17 15:48:49 UTC in DrKnock
-
This is the first release of DrKnock
It's a port knocking solution based on sig2knock by Cappella and Tan Chew Keong (http://www.security.org.sg/code/portknock1.html)
Right now the only functionnal improvement over sig2knock is the ability to use the client under Windows XP SP2.
2006-11-15 00:57:22 UTC in DrKnock
-
orochvilato registered the DrKnock project.
2006-11-13 15:13:03 UTC in DrKnock
-
orochvilato registered the ooo-iam project.
2006-01-27 18:14:41 UTC in ooo-iam