mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
issue #49: link with status 0.0 now removes the whole line and add fixes with issues for php8.4
This commit is contained in:
parent
243e3d24bb
commit
c6859853ed
1 changed files with 0 additions and 5 deletions
|
@ -79,11 +79,6 @@ if (!preg_match("~^(?:f|ht)tps?://~i", $data[3])) {
|
||||||
echo $urllink . '"> '; // display the link
|
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[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
|
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
|
echo $data[7] . " </td><td>"; // display the score and close the second cell, open the third cell
|
||||||
|
|
||||||
if($data[6] == "YES"){
|
if($data[6] == "YES"){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue