6348e70da
2a269e0c1
5ca174ae3
1 2
3
4 5
6
7
8
<?php function login_content(&$a) { if(x($_SESSION,'theme')) unset($_SESSION['theme']); return login(($a->config['register_policy'] == REGISTER_CLOSED) ? false : true); }