Projekt

Obecné

Profil

Stáhnout (1.85 KB) Statistiky
| Větev: | Tag: | Revize:
1
<?
2
	$webgnazev = AddSlashes ($gnazev);
3
	$webgnazev = KEILN2U2 ($gnazev);
4
	$webscteni = AddSlashes ($scteni);
5
	$webscteni = KEILN2U2 ($scteni);
6
	$weblcteni = AddSlashes ($lcteni);
7
	$weblcteni = KEILN2U2 ($lcteni);
8
	$webtransliteration = AddSlashes ($transliteration);
9
	$webtransliteration = KEILN2U2 ($transliteration);
10
	$webitem = AddSlashes ($item);
11
	$webitem = KEILN2U2 ($item);
12
	$webtext1 = AddSlashes ($text1);
13
	$webtext1 = KEILN2U2 ($text1);
14
	$webtext2 = AddSlashes ($text2);
15
	$webtext2 = KEILN2U2 ($text2);
16
	$webdicttext = AddSlashes ($dicttext);
17
	$webdicttext = KEILN2U2 ($dicttext);
18
	$webitem1 = AddSlashes ($item1);
19
	$webitem1 = KEILN2U2 ($item1);
20
	$webrefer1 = AddSlashes ($refer1);
21
	$webrefer1 = KEILN2U2 ($refer1);
22
	$stransliteration = AddSlashes ($transliteration);
23
	$stransliteration = SSLH ($transliteration);
24
	$webbookandchapterc = AddSlashes ($bookandchapterc);
25
	$webbookandchapterc = KEILN2U2 ($bookandchapterc);
26
	$webnotes = AddSlashes ($notes);
27
	$webnotes = KEILN2U2 ($notes);
28
	$webancientplace = AddSlashes ($ancientplace);
29
	$webancientplace = KEILN2U2 ($ancientplace);
30
	$webindividualities = AddSlashes ($individualities);
31
	$webindividualities = KEILN2U2 ($individualities);
32
	$webbelongsto = AddSlashes ($belongsto);
33
	$webbelongsto = KEILN2U2 ($belongsto);
34
	$webdescriptionp  = AddSlashes ($descriptionp);
35
	$webdescriptionp = KEILN2U2 ($descriptionp);
36
	$webautor = AddSlashes ($autor);
37
	$webautor = KEILN2U2 ($autor);
38
	$webtitul = AddSlashes ($titul);
39
	$webtitul = KEILN2U2 ($titul);
40
    $webbookandchapterp = AddSlashes ($bookandchapterp);
41
	$webbookandchapterp = KEILN2U2 ($bookandchapterp);
42
    $webdescriptionp = AddSlashes ($descriptionp);
43
	$webdescriptionp = KEILN2U2 ($descriptionp);
44
    $webchapter = AddSlashes ($chapter);
45
	$webchapter = KEILN2U2 ($chapter);
46
    $webbookandchapter = AddSlashes ($bookandchapter);
47
	$webbookandchapter = KEILN2U2 ($bookandchapter);
48
?>
(1-1/38)