X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=index.php;h=3b0962f02e20cac66cace1d782672757ce14852b;hb=e2b8c9273e09091c235959c25d8e4d8122aa6ca8;hp=36734619ffd457c300c47b61cffa8181b1a27c05;hpb=ee5170424e8dc571b3a811e02f906aef5ee49e83;p=tt-rss.git diff --git a/index.php b/index.php index 36734619..3b0962f0 100644 --- a/index.php +++ b/index.php @@ -11,8 +11,8 @@ // we need a separate check here because functions.php might get parsed // incorrectly before 5.3 because of :: syntax. - if (version_compare(PHP_VERSION, '5.3.0', '<')) { - print "Fatal Error: PHP version 5.3.0 or newer required.\n"; + if (version_compare(PHP_VERSION, '5.6.0', '<')) { + print "Fatal Error: PHP version 5.6.0 or newer required. You're using " . PHP_VERSION . ".\n"; exit; } @@ -55,20 +55,20 @@ Tiny Tiny RSS + - @@ -91,6 +91,7 @@ + - +
@@ -166,17 +174,18 @@
+ get_hooks(PluginHost::HOOK_MAIN_TOOLBAR_BUTTON) as $p) { + echo $p->hook_main_toolbar_button(); + } + ?> +
- -