예제 #1
0
        $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" />
		<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,600,400italic,700|Ubuntu+Mono:400,400italic,700&amp;subset=latin,cyrillic" /><link rel="stylesheet" href="/tools/phpmyedit/phpmyedit.css" />
		<style><!--/*--><![CDATA[/*><!--*/
			input[type^="text"]{width:99%;}
			textarea{width:98%;}
			/*]]>*/--></style>
		<title>&#1042;&#1077;&#1073;&#45;&#1080;&#1085;&#1089;&#1090;&#1088;&#1091;&#1084;&#1077;&#1085;&#1090;&#1099; - <?php 
echo $page_title;