mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 12:16:57 +00:00
Added captcha: Created new page with captcha auth and fields saving mechanism.
This commit is contained in:
parent
243e3d24bb
commit
412a36e66d
10 changed files with 592 additions and 8 deletions
|
@ -79,11 +79,6 @@ 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"){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue