From: Rami Rauch Date: Tue, 6 May 2008 23:42:57 +0000 (+0000) Subject: Not sure there's anything new here .. X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=commitdiff_plain;h=dbc9aa600ba767184e138e55c17c0452285b4538 Not sure there's anything new here .. --- diff --git a/gaworkflow/frontend/exp_track/exptrack.py b/gaworkflow/frontend/exp_track/exptrack.py index 18ed709..82f0c26 100644 --- a/gaworkflow/frontend/exp_track/exptrack.py +++ b/gaworkflow/frontend/exp_track/exptrack.py @@ -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: