some smaller fixed due to migration
This commit is contained in:
parent
9643d3b3ee
commit
86c787a70f
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ $historyUrl = 'http://openstreetmap.org/history';
|
|||
$browseUrl = 'http://openstreetmap.org/browse/changeset/';
|
||||
$options = $_SERVER['QUERY_STRING'];
|
||||
$bots = array('bot', 'xylome', 'thomas1904');
|
||||
$filters = explode(',', $_GET['filter']);
|
||||
$filters = explode(',', @$_GET['filter']);
|
||||
|
||||
// set tz
|
||||
date_default_timezone_set('UTC');
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
<head>
|
||||
<title>Schicke mir eine Kurznachricht</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<script src="md5.js" type="text/javascript"></script>
|
||||
<script src="sms.js" type="text/javascript"></script>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
<body onload="parent.document.getElementById('sms_frame').height=document.body.scrollHeight; document.forms.sms_frm.message.focus()">
|
||||
<div id="sms_contact">
|
||||
|
|
Loading…
Add table
Reference in a new issue