Changeset d2446c in indico
- Timestamp:
- 01/07/10 18:26:20 (3 years ago)
- Branches:
- master, burotel, hello-world-walkthrough, ipv6, new-webex, prov-dual-interface, v0.97-series, v0.98-series, v0.98.2, v0.98.3, v0.98b1, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, 0da0c1403bae8e51d8229f460181c71b9e6dda72
- Children:
- e43cbf, f3d0f4
- Parents:
- 7cea19
- git-author:
- Pedro Ferreira <jose.pedro.ferreira@…> (01/07/10 17:51:29)
- git-committer:
- Pedro Ferreira <jose.pedro.ferreira@…> (01/07/10 18:26:20)
- File:
-
- 1 edited
-
indico/MaKaC/export/fileConverter.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
indico/MaKaC/export/fileConverter.py
r7cea19 rd2446c 255 255 256 256 # check that the request comes from the conversion server 257 if socket.gethostbyname(up .netloc) != requestIP:257 if socket.gethostbyname(up[1]) != requestIP: 258 258 return 259 259
Note: See TracChangeset
for help on using the changeset viewer.
