Fatal Error: PHP version 7.4.0 or newer required. You're using " . PHP_VERSION . ".\n"; exit; } set_include_path(__DIR__ ."/include" . PATH_SEPARATOR . get_include_path()); require_once "autoload.php"; require_once "sessions.php"; require_once "functions.php"; Config::sanity_check(); if (!init_plugins()) return; UserHelper::login_sequence(); header('Content-Type: text/html; charset=utf-8'); ?> Tiny Tiny RSS 'theme_css']); } } ?>
run_hooks_callback(PluginHost::HOOK_FEED_TREE, function ($result) { echo $result; }); ?>
run_hooks_callback(PluginHost::HOOK_MAIN_TOOLBAR_BUTTON, function ($result) { echo $result; }); ?>
run_hooks_callback(PluginHost::HOOK_TOOLBAR_BUTTON, function ($result) { echo $result; }); ?>
menu
run_hooks_callback(PluginHost::HOOK_ACTION_ITEM, function ($result) { echo $result; }); ?>