This commit is contained in:
Enno Rehling 2002-04-08 10:04:55 +00:00
parent 6f26e0a577
commit be14239346
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/usr/bin/env python
## this cgi script adds a new user to the eressea DB,
## as well as a new subscription entry. it logs IP addresses for registrations.
import sys
import MySQLdb
import os