mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
enable DAEMON_EXTENDED_DEBUG when envvar DAEMON_XDEBUG is set
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
require_once "version.php";
|
||||
|
||||
if (strpos(VERSION, ".99") !== false) {
|
||||
if (strpos(VERSION, ".99") !== false || getenv('DAEMON_XDEBUG')) {
|
||||
define('DAEMON_EXTENDED_DEBUG', true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user