added debugging feature, fix graph misreporting request ranges in header

This commit is contained in:
2026-09-06 23:51:51 -04:00
parent 1863dfa57b
commit 1f394883bf
3 changed files with 53 additions and 34 deletions
+7
View File
@@ -595,6 +595,13 @@ class frontend{
public function getscraperfilters($page){
// hack: enable error reporting if configured
if(config::DISPLAY_ERRORS === true){
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
}
$get_scraper = isset($_COOKIE["scraper_$page"]) ? $_COOKIE["scraper_$page"] : null;
if(