X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=errors.php;h=d9185307a7bb8430b352b81bb35617141402c4b4;hb=27f7b59353a076120407d8873ea86f5eea7d1dcf;hp=f7333fd1af0098c4fba6bf1128e30fbfa9ad1990;hpb=f75e7c64460b8337ecc769fb956cbe8a08b351e4;p=tt-rss.git diff --git a/errors.php b/errors.php index f7333fd1..d9185307 100644 --- a/errors.php +++ b/errors.php @@ -34,6 +34,10 @@ $ERRORS[12] = __("SQL escaping test failed, check your database and PHP configuration"); + $ERRORS[13] = __("Method not found"); + + $ERRORS[14] = __("Plugin not found"); + if ($_REQUEST['mode'] == 'js') { header("Content-Type: text/javascript; charset=UTF-8");