diff --git a/php_scripts/osmrss.php b/php_scripts/osmrss.php index 6642bb6..881a717 100644 --- a/php_scripts/osmrss.php +++ b/php_scripts/osmrss.php @@ -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'); @@ -49,7 +49,7 @@ foreach ($changesets as $changeset) { } } } - + if ($add) { $item = $rss->createElement('item'); diff --git a/sms_contact/index.php b/sms_contact/index.php index a890bad..dc0ec57 100644 --- a/sms_contact/index.php +++ b/sms_contact/index.php @@ -5,9 +5,9 @@ Schicke mir eine Kurznachricht + -