mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-05-16 20:26:58 +00:00
Implemented suggested fixes
Submit.php doesn't redirect you to index.php. It's now easier to perform actions with option 11 in lantern.py
This commit is contained in:
parent
9321804658
commit
6988a93a27
3 changed files with 46 additions and 34 deletions
|
@ -34,7 +34,7 @@ if (isset($_POST['submit'])){
|
|||
// Handle error opening the file
|
||||
errorlog("Error opening the file.");
|
||||
}
|
||||
header("Location: index.php");
|
||||
echo "Link Successfully Submitted";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue