|
|
@@ -96,6 +96,8 @@ def frontpage(request):
|
|
|
print(__name__)
|
|
|
listaccepted = list()
|
|
|
listaccepted.append('127.0.0.1')
|
|
|
+ listaccepted.append('195.110.154.210')
|
|
|
+ listaccepted.append('195.110.154.213')
|
|
|
|
|
|
if 'REMOTE' in os.environ:
|
|
|
remote = os.environ['REMOTE'].split(',')
|