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