]> git.wh0rd.org - tt-rss.git/blobdiff - errors.php
pngcrush.sh
[tt-rss.git] / errors.php
index f7333fd1af0098c4fba6bf1128e30fbfa9ad1990..d9185307a7bb8430b352b81bb35617141402c4b4 100644 (file)
 
        $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");