diff --git a/OPDS_renderer.php b/OPDS_renderer.php index 1b4cc31..255a8f1 100644 --- a/OPDS_renderer.php +++ b/OPDS_renderer.php @@ -265,4 +265,3 @@ class OPDSRenderer } } -?> \ No newline at end of file diff --git a/author.php b/author.php index 9b9bcee..4ba2dd1 100644 --- a/author.php +++ b/author.php @@ -99,4 +99,3 @@ and book = ?'); return $authorArray; } } -?> \ No newline at end of file diff --git a/base.php b/base.php index b6d91ba..183d956 100644 --- a/base.php +++ b/base.php @@ -864,4 +864,3 @@ abstract class Base } } -?> \ No newline at end of file diff --git a/book.php b/book.php index 5c18f58..cdb4217 100644 --- a/book.php +++ b/book.php @@ -562,4 +562,3 @@ order by substr (upper (sort), 1, 1)"); } } -?> \ No newline at end of file diff --git a/checkconfig.php b/checkconfig.php index fe8271a..a36f8cb 100644 --- a/checkconfig.php +++ b/checkconfig.php @@ -1,3 +1,5 @@ + + - - COPS Configuration Check @@ -152,5 +152,4 @@ Please check - - + \ No newline at end of file diff --git a/config.php b/config.php index 0519436..ba70f9b 100644 --- a/config.php +++ b/config.php @@ -9,4 +9,3 @@ require_once 'config_default.php'; if (file_exists('config_local.php')) require_once 'config_local.php'; -?> \ No newline at end of file diff --git a/config_default.php b/config_default.php index 40747a6..cdd9a08 100644 --- a/config_default.php +++ b/config_default.php @@ -202,4 +202,3 @@ */ $config['cops_html_tag_filter'] = "0"; -?> \ No newline at end of file diff --git a/config_local.php.example b/config_local.php.example index 0e8b295..2bf34bf 100644 --- a/config_local.php.example +++ b/config_local.php.example @@ -21,4 +21,3 @@ * 0 : disable */ $config['cops_use_url_rewriting'] = "0"; -?> \ No newline at end of file diff --git a/customcolumn.php b/customcolumn.php index 72a5501..63deb82 100644 --- a/customcolumn.php +++ b/customcolumn.php @@ -99,4 +99,3 @@ order by {0}.value', self::getTableName ($customId), self::getTableLinkName ($cu return $entryArray; } } -?> \ No newline at end of file diff --git a/data.php b/data.php index 5e08044..2c2c019 100644 --- a/data.php +++ b/data.php @@ -143,4 +143,3 @@ class Data extends Base { } } } -?> \ No newline at end of file diff --git a/feed.php b/feed.php index 8c28eb6..7949990 100644 --- a/feed.php +++ b/feed.php @@ -25,9 +25,6 @@ $OPDSRender = new OPDSRenderer (); - // Clean output buffer : mandatory for nginx / php-fpm on Wheezy - ob_end_clean(); - switch ($page) { case Base::PAGE_OPENSEARCH : echo $OPDSRender->getOpenSearch (); @@ -39,4 +36,3 @@ return; break; } -?> \ No newline at end of file diff --git a/fetch.php b/fetch.php index af38d08..0b4cfdd 100644 --- a/fetch.php +++ b/fetch.php @@ -50,9 +50,6 @@ function notFound () { return; } } - - // Clean output buffer : mandatory for nginx / php-fpm on Wheezy - ob_end_clean(); switch ($type) { @@ -141,4 +138,3 @@ function notFound () { else { header ($config['cops_x_accel_redirect'] . ": " . $dir . $file); } -?> \ No newline at end of file diff --git a/getJSON.php b/getJSON.php index 2e27ce2..0bea849 100644 --- a/getJSON.php +++ b/getJSON.php @@ -101,4 +101,3 @@ echo json_encode ($out); -?> \ No newline at end of file diff --git a/index.php b/index.php index 151db4d..649496b 100644 --- a/index.php +++ b/index.php @@ -1,3 +1,5 @@ + + - - COPS @@ -93,4 +93,4 @@ - + \ No newline at end of file diff --git a/language.php b/language.php index a0676fe..3849206 100644 --- a/language.php +++ b/language.php @@ -64,4 +64,3 @@ order by languages.lang_code'); return $entryArray; } } -?> \ No newline at end of file diff --git a/sendtomail.php b/sendtomail.php index 782fccc..b86b83c 100644 --- a/sendtomail.php +++ b/sendtomail.php @@ -64,5 +64,3 @@ if(!$mail->Send()) { echo 'Message has been sent'; - -?> \ No newline at end of file diff --git a/serie.php b/serie.php index 668dbbc..9dac0f3 100644 --- a/serie.php +++ b/serie.php @@ -73,4 +73,3 @@ order by series.sort'); return $entryArray; } } -?> \ No newline at end of file diff --git a/tag.php b/tag.php index 96c4987..3664b0d 100644 --- a/tag.php +++ b/tag.php @@ -62,4 +62,3 @@ order by tags.name'); return $entryArray; } } -?> \ No newline at end of file