mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
make it preety + legal disclaimer fixed
This commit is contained in:
parent
cad1a030df
commit
a0f20025a7
3 changed files with 27 additions and 4 deletions
|
@ -54,10 +54,10 @@ require("header.php");
|
|||
//echo $verifiedcsvpath;
|
||||
//echo nl2br("\n");
|
||||
//echo $unverifiedcsvpath;
|
||||
echo "<h3><u>Verified Links:</u></h3>";
|
||||
echo '<div class="verified"><h3>Verified Links</h3></br></div>';
|
||||
echo nl2br("\n");
|
||||
DisplayCSVNEW($verifiedcsvpath,$query,$sensitive);
|
||||
echo "</br></br></br><h3><u>Unverified Links:</u></h3>";
|
||||
echo '</br></br></br><div class="unverified"><h3>Unverified Links</h3></br></div>';
|
||||
echo nl2br("\n");
|
||||
DisplayCSVNEW($unverifiedcsvpath,$query,$sensitive);
|
||||
// display the results of verified.csv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue