remove some redundant php closing tags
This commit is contained in:
parent
e734018448
commit
ea79a0e033
52 changed files with 38 additions and 87 deletions
|
@ -87,4 +87,4 @@
|
|||
header("Api-Content-Length: " . ob_get_length());
|
||||
|
||||
ob_end_flush();
|
||||
?>
|
||||
|
||||
|
|
|
@ -887,6 +887,4 @@ class API extends Handler {
|
|||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
}
|
|
@ -63,5 +63,3 @@ class Auth_Base {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -115,5 +115,4 @@ class Backend extends Handler {
|
|||
__('Close this window')."</button></div>"; */
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -97,5 +97,4 @@ class Db implements IDb {
|
|||
function last_query_error() {
|
||||
return $this->adapter->last_query_error();
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -83,4 +83,3 @@ class Db_Mysqli implements IDb {
|
|||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -97,5 +97,4 @@ class Db_PDO implements IDb {
|
|||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -88,5 +88,4 @@ class Db_Pgsql implements IDb {
|
|||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -183,5 +183,4 @@ class Db_Prefs {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -28,5 +28,4 @@ class Db_Stmt {
|
|||
function fetch() {
|
||||
return $this->stmt->fetch();
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -72,4 +72,4 @@ class DbUpdater {
|
|||
}
|
||||
}
|
||||
|
||||
} ?>
|
||||
}
|
|
@ -190,5 +190,4 @@ class Dlg extends Handler_Protected {
|
|||
//return;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -7,4 +7,4 @@ class FeedEnclosure {
|
|||
public $height;
|
||||
public $width;
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -12,4 +12,4 @@ abstract class FeedItem {
|
|||
abstract function get_enclosures();
|
||||
abstract function get_author();
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -197,5 +197,4 @@ class FeedItem_Atom extends FeedItem_Common {
|
|||
return $encs;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -82,5 +82,4 @@ abstract class FeedItem_Common extends FeedItem {
|
|||
}
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -189,5 +189,4 @@ class FeedItem_RSS extends FeedItem_Common {
|
|||
return $encs;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -283,4 +283,4 @@ class FeedParser {
|
|||
|
||||
return $rv;
|
||||
}
|
||||
} ?>
|
||||
}
|
|
@ -20,5 +20,4 @@ class Handler implements IHandler {
|
|||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -5,4 +5,3 @@ class Handler_Protected extends Handler {
|
|||
return parent::before($method) && $_SESSION['uid'];
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -2,4 +2,3 @@
|
|||
interface IAuthModule {
|
||||
function authenticate($login, $password);
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -11,4 +11,3 @@ interface IDb {
|
|||
function last_error();
|
||||
function last_query_error();
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -4,4 +4,3 @@ interface IHandler {
|
|||
function before($method);
|
||||
function after();
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -61,5 +61,4 @@ class Logger {
|
|||
return self::$instance;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -23,5 +23,4 @@ class Logger_SQL {
|
|||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -30,5 +30,4 @@ class Logger_Syslog {
|
|||
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -515,4 +515,3 @@ class Opml extends Handler_Protected {
|
|||
|
||||
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -40,5 +40,4 @@ class Plugin {
|
|||
function api_version() {
|
||||
return Plugin::API_VERSION_COMPAT;
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -18,5 +18,3 @@ class PluginHandler extends Handler_Protected {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -434,5 +434,4 @@ class PluginHost {
|
|||
function get_filter_actions() {
|
||||
return $this->plugin_actions;
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -1976,5 +1976,4 @@ class Pref_Feeds extends Handler_Protected {
|
|||
|
||||
print (int) $this->dbh->fetch_result($result, 0, "num_inactive");
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -1192,5 +1192,4 @@ class Pref_Filters extends Handler_Protected {
|
|||
|
||||
$this->dbh->query("COMMIT");
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -311,6 +311,4 @@ class Pref_Labels extends Handler_Protected {
|
|||
print "</div>"; #container
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
}
|
|
@ -1120,5 +1120,4 @@ class Pref_Prefs extends Handler_Protected {
|
|||
|
||||
return "";
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -87,4 +87,3 @@ class Pref_System extends Handler_Protected {
|
|||
}
|
||||
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -453,6 +453,4 @@ class Pref_Users extends Handler_Protected {
|
|||
print "</div>"; #container
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -664,5 +664,4 @@ class RPC extends Handler_Protected {
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -60,6 +60,4 @@ class ttrssMailer extends PHPMailer {
|
|||
$rc=$this->send();
|
||||
return $rc;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
}
|
|
@ -10,5 +10,4 @@
|
|||
require $file;
|
||||
}
|
||||
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -222,4 +222,4 @@
|
|||
|
||||
}
|
||||
} */
|
||||
?>
|
||||
|
||||
|
|
|
@ -348,4 +348,4 @@ function hsl2rgb($arr) {
|
|||
}
|
||||
return '';
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -17,5 +17,4 @@
|
|||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -7,5 +7,4 @@
|
|||
|
||||
function set_pref($pref_name, $value, $user_id = false, $strip_tags = true) {
|
||||
return Db_Prefs::get()->write($pref_name, $value, $user_id, $strip_tags);
|
||||
}
|
||||
?>
|
||||
}
|
|
@ -36,5 +36,3 @@ function db_last_query_error() {
|
|||
function db_quote($str){
|
||||
return Db::get()->quote($str);
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -189,4 +189,4 @@
|
|||
|
||||
return array($tmp, $headlines_count, $affected_ids, $tmp_t);
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -71,4 +71,4 @@ function ttrss_fatal_handler() {
|
|||
|
||||
register_shutdown_function('ttrss_fatal_handler');
|
||||
set_error_handler('ttrss_error_handler');
|
||||
?>
|
||||
|
||||
|
|
|
@ -110,4 +110,3 @@
|
|||
|
||||
return $rv;
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -2530,4 +2530,4 @@
|
|||
return "";
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -197,5 +197,3 @@
|
|||
|
||||
return $result;
|
||||
}
|
||||
|
||||
?>
|
||||
|
|
|
@ -1531,4 +1531,4 @@
|
|||
|
||||
PluginHost::getInstance()->run_hooks(PluginHost::HOOK_HOUSE_KEEPING, "hook_house_keeping", "");
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
|
@ -140,4 +140,3 @@
|
|||
@session_start();
|
||||
}
|
||||
}
|
||||
?>
|
||||
|
|
|
@ -39,4 +39,3 @@
|
|||
}
|
||||
|
||||
define('VERSION', get_version());
|
||||
?>
|
||||
|
|
Loading…
Reference in a new issue