mirror of
http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/darknet-lantern.git
synced 2025-07-02 02:36:41 +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
|
@ -367,11 +367,11 @@ Maintenance:
|
|||
|
||||
# SANITY CHECK ON THE BANNER PNG IMAGE:
|
||||
if IsBannerValid(bannerpath):
|
||||
#print_colors('[+] Banner is valid')
|
||||
print_colors('[+] Banner is valid')
|
||||
pass
|
||||
else:
|
||||
# if false, overwrite it with the template banner png file
|
||||
#print_colors('[-] Banner is not valid, replacing it with the default banner')
|
||||
print_colors('[-] Banner is not valid, replacing it with the default banner')
|
||||
os.remove(bannerpath)
|
||||
# copy templates/banner.png to bannerpath
|
||||
bannertemplatepath=templatepath+'banner.png'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue