download index.php for license details

git-svn-id: https://wikiteam.googlecode.com/svn/trunk@40 31edc4fc-5e31-b4c4-d58b-c8bc928bcb95
pull/117/head
emijrp 13 years ago
parent a98dae78f1
commit 6f336e8237

@ -631,6 +631,9 @@ def main():
if config['logs']:
saveLogs(config=config)
#save index.php as html, for license details at the bootom of the page
urllib.urlretrieve(config['domain'], filename='%s/index.html' % (config['path']))
bye(config=config)
if __name__ == "__main__":

Loading…
Cancel
Save