1
0
Fork 0

bug fixes

This commit is contained in:
Mike Macgirvin 2010-07-19 05:24:22 -07:00
commit bbe53699f2
10 changed files with 29 additions and 26 deletions

View file

@ -1,8 +1,5 @@
<?php
function login_content(&$a) {
// return login($a->config['register_enabled']);
return login(($a->config['register_policy'] == REGISTER_CLOSED) ? false : true);
}