|
|
@ -7,12 +7,12 @@ |
|
|
|
|
|
|
|
moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")" |
|
|
|
|
|
|
|
echo -e "applying webinterface ut2003.css fix." |
|
|
|
echo -e "applying WebAdmin ut2003.css fix." |
|
|
|
echo -e "http://forums.tripwireinteractive.com/showpost.php?p=585435&postcount=13" |
|
|
|
sed -i 's/none}/none;/g' "${serverfiles}/Web/ServerAdmin/ut2003.css" |
|
|
|
sed -i 's/underline}/underline;/g' "${serverfiles}/Web/ServerAdmin/ut2003.css" |
|
|
|
fn_sleep_time |
|
|
|
echo -e "applying webinterface CharSet fix." |
|
|
|
echo -e "applying WebAdmin CharSet fix." |
|
|
|
echo -e "http://forums.tripwireinteractive.com/showpost.php?p=442340&postcount=1" |
|
|
|
sed -i 's/CharSet="iso-8859-1"/CharSet="utf-8"/g' "${systemdir}/UWeb.int" |
|
|
|
fn_sleep_time |
|
|
|