added encoding and content type
This commit is contained in:
parent
f5ad2e6566
commit
fce531cc68
|
@ -1,5 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>LDAP Account Manager</title>
|
<title>LDAP Account Manager</title>
|
||||||
<meta http-equiv="refresh" content="0; URL=templates/login.php">
|
<meta http-equiv="refresh" content="0; URL=templates/login.php">
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||||
<title>LDAP Account Manager</title>
|
<title>LDAP Account Manager</title>
|
||||||
<meta http-equiv="refresh" content="0; URL=templates/login.php">
|
<meta http-equiv="refresh" content="0; URL=templates/login.php">
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue