Jacek Kowalski
2016-02-12 664fe7e953423790f556a0e9093a3d9667848567
[mod_rss] Poprawka ładowania kanałów RSS (external entites)
1 files modified
2 ■■■ changed files
modules/30_rss.php 2 ●●● patch | view | raw | blame | history
modules/30_rss.php
@@ -164,7 +164,7 @@
            }
        }
        
        $rss = @simplexml_load_file('./data/rss/'.$arg.'.rss');
        $rss = @simplexml_load_string(file_get_contents('./data/rss/'.$arg.'.rss'));
        if(!$rss) {
            GGapi::putText('Błąd przy przetwarzaniu kanału, przepraszamy.');
            return FALSE;