formatting changes

This commit is contained in:
Torsten Stelling
2013-06-27 22:04:49 +02:00
parent 07c951a026
commit 0b1bcf2e2e
2 changed files with 18 additions and 14 deletions

View File

@@ -1,4 +1,5 @@
<?php
// do not support refresh command, this could take ages.
if (isset($_REQUEST["refresh"]))
{
@@ -47,4 +48,5 @@
}
ob_end_flush();
?>

View File

@@ -1,11 +1,12 @@
<?php
class Fever extends Plugin {
private $host;
function about() {
return array(1.2,
"Emulates the Fever API for Tiny Tiny RSS",
"digitaldj");
"digitaldj & murphy");
}
function init($host) {
@@ -83,4 +84,5 @@ class Fever extends Plugin {
return 2;
}
}
?>