formatting changes
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
// do not support refresh command, this could take ages.
|
// do not support refresh command, this could take ages.
|
||||||
if (isset($_REQUEST["refresh"]))
|
if (isset($_REQUEST["refresh"]))
|
||||||
{
|
{
|
||||||
@@ -47,4 +48,5 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
ob_end_flush();
|
ob_end_flush();
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@@ -1,11 +1,12 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
class Fever extends Plugin {
|
class Fever extends Plugin {
|
||||||
private $host;
|
private $host;
|
||||||
|
|
||||||
function about() {
|
function about() {
|
||||||
return array(1.2,
|
return array(1.2,
|
||||||
"Emulates the Fever API for Tiny Tiny RSS",
|
"Emulates the Fever API for Tiny Tiny RSS",
|
||||||
"digitaldj");
|
"digitaldj & murphy");
|
||||||
}
|
}
|
||||||
|
|
||||||
function init($host) {
|
function init($host) {
|
||||||
@@ -83,4 +84,5 @@ class Fever extends Plugin {
|
|||||||
return 2;
|
return 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user