- Bugfix beim CIS-Bildupload

- Encoding Fix bei LV-Plan Hilfe
This commit is contained in:
Andreas Österreicher
2009-09-14 09:42:25 +00:00
parent bcb471b5d9
commit c34147f93a
4 changed files with 10 additions and 5 deletions
+6 -1
View File
@@ -31,7 +31,12 @@ require_once('../../include/benutzer.class.php');
require_once('../../include/akte.class.php');
$PHP_SELF = $_SERVER['PHP_SELF'];
echo "<html><body>";
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>';
function resize($filename, $width, $height)
{