svn commit: r802 - trunk/mapbender/http/php/mod_owsproxy_conf.php
arnulf at osgeo.org
arnulf at osgeo.org
Tue Oct 24 17:24:35 EDT 2006
Author: arnulf
Date: 2006-10-24 21:24:34+0000
New Revision: 802
Modified:
trunk/mapbender/http/php/mod_owsproxy_conf.php
Log:
added encoding
Modified: trunk/mapbender/http/php/mod_owsproxy_conf.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/php/mod_owsproxy_conf.php?view=diff&rev=802&p1=trunk/mapbender/http/php/mod_owsproxy_conf.php&p2=trunk/mapbender/http/php/mod_owsproxy_conf.php&r1=801&r2=802
==============================================================================
--- trunk/mapbender/http/php/mod_owsproxy_conf.php (original)
+++ trunk/mapbender/http/php/mod_owsproxy_conf.php 2006-10-24 21:24:34+0000
@@ -27,8 +27,17 @@
?>
<html>
<head>
-<title></title>
-<style>
+<meta name="author-mail" content="info at mapbender.org">
+<meta name="author" content="U. Rothstein">
+<meta http-equiv="cache-control" content="no-cache">
+<meta http-equiv="pragma" content="no-cache">
+<meta http-equiv="expires" content="0">
+<?php
+echo '<meta http-equiv="Content-Type" content="text/html; charset='.CHARSET.'">';
+?>
+<title>OWS Security Proxy</title>
+<style type="text/css">
+
body{
font-family: Arial, Helvetica, sans-serif;
}
More information about the Mapbender_commits
mailing list