mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-06 03:19:16 +00:00
code cleanups, show selected feed in feedlist, tell magpie to use UTF-8
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
<?
|
||||
require_once 'config.php';
|
||||
|
||||
define('MAGPIE_OUTPUT_ENCODING', 'UTF-8');
|
||||
|
||||
function purge_old_posts() {
|
||||
if (PURGE_OLD_DAYS) {
|
||||
$result = pg_query("DELETE FROM ttrss_entries WHERE
|
||||
|
||||
Reference in New Issue
Block a user