formatting changes
This commit is contained in:
@@ -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();
|
||||
|
||||
?>
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user