fix README, fix links, and fix "read documentation" lines

This commit is contained in:
root 2025-02-12 08:51:25 +01:00
parent 222d27a2d0
commit fa9f735db4
17 changed files with 485 additions and 908 deletions

View file

@ -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'