corrected autoupdate functions
This commit is contained in:
@ -26,7 +26,7 @@ $row = mysqli_fetch_array($result);
|
||||
if( ($timestampnow - $row["u_lastcheck"]) > ($uw_checktime * 100) && $_GET["nooutput"] == 1 )
|
||||
{
|
||||
// if( $lines = file('http://www.dwd.de/de/WundK/Warnungen/zeige.php?ID='.$uw_landkreis.'#O') )
|
||||
if( $lines = file('http://www.dwd.de/dyn/app/ws/html/reports/'.$uw_landkreis.'_warning_de.html') )
|
||||
if( $lines = file('https://www.dwd.de/DE/wetter/warnungen/warnWetter_node.html?ort=Leipzig') )
|
||||
{
|
||||
// Durchgehen des Arrays und Anzeigen des HTML Source inkl. Zeilennummern
|
||||
if( is_array($lines) )
|
||||
|
Reference in New Issue
Block a user