diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-04-09 18:55:38 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-04-09 18:55:38 -0400 |
| commit | 37ef17fd2904e49d966ed0922871f675ceb384c0 (patch) | |
| tree | ee585ad1ec45ed93c9a2122c18ebf82698ea8eae /activate.php | |
| parent | 59d9ab47a3c2a30f4130efdb38466edcfd1fb3a8 (diff) | |
| download | bulletin-37ef17fd2904e49d966ed0922871f675ceb384c0.tar.gz | |
Rearrange ratings tab
Diffstat (limited to 'activate.php')
| -rw-r--r-- | activate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activate.php b/activate.php index 22ec27c..52175d6 100644 --- a/activate.php +++ b/activate.php @@ -1,6 +1,6 @@ <?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.'); +// 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']); |
