X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=blobdiff_plain;f=errors.php;h=d9185307a7bb8430b352b81bb35617141402c4b4;hp=f7333fd1af0098c4fba6bf1128e30fbfa9ad1990;hb=HEAD;hpb=bcb6b0c1268a1d921a4a184d18a2775df1dfce35 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");