1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:15:55 +00:00

api: add workaround to disable OTP

This commit is contained in:
Andrew Dolgov
2012-09-03 22:32:24 +04:00
parent 4e70344bbf
commit 02cd6de128
2 changed files with 35 additions and 31 deletions

View File

@@ -14,6 +14,8 @@
require_once "db-prefs.php";
require_once "functions.php";
define('AUTH_DISABLE_OTP', true);
if (defined('ENABLE_GZIP_OUTPUT') && ENABLE_GZIP_OUTPUT &&
function_exists("ob_gzhandler")) {