function getFileSafeParameter($name)
 {
     return sotf_Utils::killUnsafeChars(sotf_Utils::getParameter($name));
 }