- Timestamp:
- Jul 7, 2013, 12:27:57 AM (12 years ago)
- Branches:
- master, stable, stage
- Children:
- e0ed952
- Parents:
- 34339bb
- git-author:
- Alex Dehnert <adehnert@…> (07/07/13 00:27:57)
- git-committer:
- Alex Dehnert <adehnert@…> (07/07/13 00:27:57)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
asadb/mit/__init__.py
rd0c7563 r8c0a2ff 130 130 def scripts_login(request, **kwargs): 131 131 host = request.META['HTTP_HOST'].split(':')[0] 132 if host == 'localhost':132 if host in ('localhost', '127.0.0.1'): 133 133 return login(request, **kwargs) 134 134 elif request.META['SERVER_PORT'] == '444':
Note: See TracChangeset
for help on using the changeset viewer.