diff options
| author | 2014-03-10 21:06:58 +0100 | |
|---|---|---|
| committer | 2014-03-10 21:06:58 +0100 | |
| commit | ab1bec28c2a1e9534a66baa25a12b4639cbed726 (patch) | |
| tree | cac33d267a58e11a3746ba15dda961fad51d3b06 /p/api/greader.php | |
| parent | 608b3a8656d986ff177e97e968256bcbf6785c13 (diff) | |
API: Better compatibility with Apache/PHP-CGI
https://github.com/marienfressinaud/FreshRSS/issues/443#issuecomment-37226210
Diffstat (limited to 'p/api/greader.php')
| -rw-r--r-- | p/api/greader.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/p/api/greader.php b/p/api/greader.php index ba091db90..8ce1c5b9a 100644 --- a/p/api/greader.php +++ b/p/api/greader.php @@ -526,6 +526,7 @@ function markAllAsRead($streamId, $olderThanId) { } logMe('----------------------------------------------------------------'."\n"); +//logMe(debugInfo()); $pathInfo = empty($_SERVER['PATH_INFO']) ? '/Error' : urldecode($_SERVER['PATH_INFO']); $pathInfos = explode('/', $pathInfo); |
