mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 07:35:56 +00:00
add a wrapper for standard error codes returned by backend, also add explanation to the error object if possible
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user