diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-03-16 21:31:33 -0700 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-03-16 21:31:33 -0700 |
| commit | 59d9ab47a3c2a30f4130efdb38466edcfd1fb3a8 (patch) | |
| tree | fbedfe2b5b878684204b34f868c60d8037cd93a2 /activate.php | |
| parent | ca71122b9a343bacd6c0b2933ddf295ebcff4f07 (diff) | |
| download | bulletin-59d9ab47a3c2a30f4130efdb38466edcfd1fb3a8.tar.gz | |
Disabled registration for showcase purposes
Diffstat (limited to 'activate.php')
| -rw-r--r-- | activate.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/activate.php b/activate.php index 46e4096..22ec27c 100644 --- a/activate.php +++ b/activate.php @@ -1,5 +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.'); $db = new bdb() or fatal($db-error); $uid = intval($_GET['uid']); |
