diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-03-02 22:09:39 -0500 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-03-02 22:09:39 -0500 |
| commit | bfcc9f7a7656a2db0c905b3c13114664f00f6c37 (patch) | |
| tree | 1dfd69a3dfc52958d57f4ad1d5e961f2c41b1031 /activate.php | |
| parent | a8f3669b4ea82f48edbca69742364adf2794e07f (diff) | |
| download | bulletin-bfcc9f7a7656a2db0c905b3c13114664f00f6c37.tar.gz | |
Opened registration
Diffstat (limited to 'activate.php')
| -rw-r--r-- | activate.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/activate.php b/activate.php index 40f1687..46e4096 100644 --- a/activate.php +++ b/activate.php @@ -1,9 +1,6 @@ <?php require('inc/common.php'); -// TODO: remove this to re-enable registration -fatal('Registration has been disabled at the moment. We\'re sorry for the inconvenience.'); - $db = new bdb() or fatal($db-error); $uid = intval($_GET['uid']); $key = $_GET['key']; |
