class/std.php | ●●●●● patch | view | raw | blame | history | |
modules/70_kino/handler.php | ●●●●● patch | view | raw | blame | history |
class/std.php
@@ -39,3 +39,4 @@ libxml_use_internal_errors(); libxml_disable_entity_loader(true); spl_autoload_register('botAutoload'); ini_set('default_charset', 'utf-8'); modules/70_kino/handler.php
@@ -7,7 +7,7 @@ libxml_use_internal_errors(TRUE); $dom = new DOMDocument(); if(!$dom->loadHTML($dane)) { if(!$dom->loadHTML('<?xml encoding="utf-8" ?>' . $dane)) { libxml_use_internal_errors(FALSE); $down->cacheFor(1800); return FALSE; @@ -287,4 +287,3 @@ return new BotMsg($txt); } } ?>