mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
fix README, fix links, and fix "read documentation" lines
This commit is contained in:
parent
222d27a2d0
commit
fa9f735db4
17 changed files with 485 additions and 908 deletions
|
@ -69,14 +69,14 @@ require("header.php");
|
|||
echo nl2br("\n");
|
||||
DisplayCSVNEW($verifiedcsvpath,$query,$sensitive);
|
||||
}else{
|
||||
echo "<p>Your verified.csv file is empty, check the documentation to know how to add links into it.</p>";
|
||||
echo '<p>Your verified.csv file is empty, <a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetlantern/index.html">check this tutorial</a> to know how to add links into it.</p>';
|
||||
}
|
||||
if ($lines_uv >= 2){
|
||||
echo '</br></br></br><div class="unverified"><h3>Unverified Links</h3></br></div>';
|
||||
echo nl2br("\n");
|
||||
DisplayCSVNEW($unverifiedcsvpath,$query,$sensitive);
|
||||
}else{
|
||||
echo "<p>Your unverified.csv file is empty, please check the documentation to know how to add links into it.</p>";
|
||||
echo '<p>Your unverified.csv file is empty, please check the <a href="http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/darknetlantern/index.html">check this tutorial</a> to know how to add links into it.</p>';
|
||||
}
|
||||
// display the results of verified.csv
|
||||
// only display the results of verified.csv that matches with the search term
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue