diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-07-08 15:45:39 -0700 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-07-08 15:45:39 -0700 |
| commit | ff73103903dd3417e1a4d2b180e6d652b548a9de (patch) | |
| tree | 9cf3eab9de24546bcafea716abb70358fed8a716 /activate.php | |
| parent | 5867c3baac5e67d85ba89cb49d0ce12f30f0d89e (diff) | |
| download | bulletin-ff73103903dd3417e1a4d2b180e6d652b548a9de.tar.gz | |
Removed registration disabled fatal()
Diffstat (limited to 'activate.php')
| -rw-r--r-- | activate.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activate.php b/activate.php index 14e45f5..242db89 100644 --- a/activate.php +++ b/activate.php @@ -1,6 +1,5 @@ <?php require('inc/common.php'); -// fatal('We\'re sorry but we\'re unable to permit registrations at this time. If you hold on to your activation email, your account can be activated when registaration is opened again.'); $db = new bdb() or fatal($db-error); $uid = intval($_GET['uid']); |
