SovereigntyIsNotFreedom 2025-04-11 09:07:41 +01:00
commit 243e3d24bb

View file

@ -79,6 +79,11 @@ if (!preg_match("~^(?:f|ht)tps?://~i", $data[3])) {
echo $urllink . '"> '; // display the link
echo $data[2] . ' </a></p></td><td class="description">'; // display the link title and close the a href and first cell, open the second cell
echo $data[5] . " </td><td>"; // OPTIONAL: display the description column
if ($data[7] == 0.0){
continue;
}else{
echo $data[7] . " </td><td>"; // display the score and close the second cell, open the third cell
}
echo $data[7] . " </td><td>"; // display the score and close the second cell, open the third cell
if($data[6] == "YES"){