Exemple #1
0
    if (!empty($ent_single_quotes)) {
        $p = str_replace("'", ''', $p);
    }
    if (!empty($ent_double_quotes)) {
        $p = str_replace('"', '"', $p);
    }
    if (!empty($ent_lt_gt)) {
        $p = str_replace(array('<', '>'), array('<', '>'), $p);
    }
    if (!empty($ent_hyphenminus)) {
        $p = str_replace(array('-'), array('-'), $p);
    }
    $p3 = $source;
    $p3 = $Encrypt->java_escape($p3);
    $p4 = $source;
    $p4 = $Encrypt->fix_typo($p4);
    $p5 = $source;
    if (!empty($safe_numbers)) {
        $p5 = htmlspecialchars($Encrypt->conv_symbs_to_ents($Entities->text_digits_to_dec_ents($p5)));
    }
    $p6 = $source;
    if (!empty($safe_latin_chars)) {
        $p6 = htmlspecialchars($Encrypt->conv_symbs_to_ents($Entities->latin_text_chars_to_dec_ents($p6)));
    }
}
$page_title = 'Шифрование';
?>
<!DOCTYPE html>
<html id="html-no-js" lang="en">
	<head>
		<meta charset="utf-8" />