From 41062a7af6460737af8d814809f48b9f5d6b7b6c Mon Sep 17 00:00:00 2001 From: catSIXe Date: Mon, 12 Oct 2020 18:46:33 +0200 Subject: [PATCH] fixed --- channelsToM3U.php | 2 +- config.php | 4 ++-- fetchData.php | 3 +-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/channelsToM3U.php b/channelsToM3U.php index 02b6a55..2a32245 100644 --- a/channelsToM3U.php +++ b/channelsToM3U.php @@ -1,5 +1,5 @@ diff --git a/fetchData.php b/fetchData.php index fd601cd..32ad02b 100644 --- a/fetchData.php +++ b/fetchData.php @@ -8,8 +8,7 @@ Astra 19.2E https://www.satindex.de/transponderv-1.php Astra 28.2E https://www.satindex.de/transponderv-3.php ... (and the other URLs from satindex.de */ -include("config.php"); - +require_once("config.php"); function preg_first($re, $text) { preg_match_all($re, $text, $matches, PREG_SET_ORDER, 0);