Rev3173, Don't display Cors permission ask if already has, Fix error on Cors request on non-existent site
This commit is contained in:
parent
b5452bce6b
commit
c9c1d10ee4
2 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,7 @@ class Config(object):
|
|||
|
||||
def __init__(self, argv):
|
||||
self.version = "0.6.0"
|
||||
self.rev = 3171
|
||||
self.rev = 3173
|
||||
self.argv = argv
|
||||
self.action = None
|
||||
self.config_file = "zeronet.conf"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue