Not sure there's anything new here ..
[htsworkflow.git] / gaworkflow / frontend / exp_track / exptrack.py
index 18ed7095d656efe7275bbd3ba09e6bf012e606cc..82f0c26f902f679997c0bb7a972bc3c1be592c50 100644 (file)
@@ -42,7 +42,7 @@ def updStatus(request):
     ClIP = request.META['REMOTE_ADDR']
     
     #Check permission to update
-    if (user == 'rami' and (ClIP == '171.65.76.167' or ClIP == '171.65.76.51' or (ClIP == '74.51.115.100' or ClIP == '64.89.97.100'))): ## or ClIP == '127.0.0.1')):
+    if (user == 'rami' and (ClIP == '171.65.76.167' or ClIP == '171.65.76.51' or ClIP == '171.65.76.194' or (ClIP == '74.51.115.100' or ClIP == '64.89.97.100'))): ## or ClIP == '127.0.0.1')):
       granted = True
     
     if granted: