1
0
Fork 0
forked from blallo/rss-bridge

[TheOatMeal] fixes

This commit is contained in:
Mitsukarenai 2015-07-30 11:57:26 +02:00
parent ce89ed0fc5
commit d95f4024f5
2 changed files with 6 additions and 4 deletions

View file

@ -2,8 +2,11 @@
/** /**
* *
* @name The Oatmeal * @name The Oatmeal
* @homepage http://theoatmeal.com/
* @description Un petit site de dessins assez rigolos * @description Un petit site de dessins assez rigolos
* @update 20/02/201403/07/2015 * @update 2015-07-03
* @maintainer Riduidel
.
*/ */
require_once 'bridges/RssExpander.php'; require_once 'bridges/RssExpander.php';
define("THE_OATMEAL", "http://theoatmeal.com/"); define("THE_OATMEAL", "http://theoatmeal.com/");

View file

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