This commit is contained in:
2019-10-11 20:20:53 -04:00
parent dc0ecebf40
commit b693e9c906
3 changed files with 3 additions and 3 deletions
@@ -9,7 +9,7 @@ class Member_Controller extends JUB_Controller {
function __construct() {
parent::__construct();
if (!isset($_SESSION['username']) or $_SESSION['username'] == '') {
// redirect('site');
redirect('/');
} else {
// erase the session properly if here
// redirect('dash');