Add option to restrict Page view to logged user

$logged_access = 0 -> not logged in
$logged_access = 1 -> logged in
This commit is contained in:
slawkens
2023-11-11 12:52:26 +01:00
parent 193e18523d
commit ada1e391d4
5 changed files with 14 additions and 4 deletions

View File

@@ -952,7 +952,7 @@ class OTS_Account extends OTS_Row_DAO implements IteratorAggregate, Countable
return $query['group_id'];
}
return 0;
return 1;
}
public function getAccGroupId()