view = $path["view"] . "report.php"; // Get custom filters $s = " SELECT id FROM filter WHERE uid = '$UID' AND page = 'REPORT_RUNEUPGRADE'; "; $q = $this->db->query($s); while ($r = $q->fetchArray(SQLITE3_ASSOC)){ array_push($this->custom_filters_runeupgrade, new Custom_Filter($this->db, $r["id"])); } $this->title = "Reports - SWDB"; $this->description = "Usefull reports for summoners"; $this->canonical = $root . "report";$this->title = "Reports - SWDB"; } } ?>