forked from github/server
comment
This commit is contained in:
parent
6f26e0a577
commit
be14239346
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue