1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-06 08:37:30 +02:00

fixed a small bug regarding url processing

This commit is contained in:
Nicolas Delsaux
2015-07-05 15:51:17 +02:00
parent 7b99ad3650
commit 6003daff9d
2 changed files with 7 additions and 10 deletions

View File

@@ -13,7 +13,8 @@ TODO :
date_default_timezone_set('UTC');
error_reporting(0);
//ini_set('display_errors','1'); error_reporting(E_ALL); // For debugging only.
//ini_set('display_errors','1');
//error_reporting(E_ALL); // For debugging only.
// extensions check
if (!extension_loaded('openssl'))
@@ -220,7 +221,7 @@ $formats = Format::searchInformation();
<header>
<h1>RSS-Bridge</h1>
<h2>·Reconnecting the Web·</h2>
<h2>·Reconnecting the Web·</h2>
</header>
<?php
$activeFoundBridgeCount = 0;